Hi fellow robot programmers.
Quick question...
Will this interrupt only work on a positiv egde ?
INTERRUPT DECL 81 WHEN DI_HEIGHT_SENSOR_SHORT == TRUE DO RecoverFoundShort()
Which result in, that the interrupt will only work if the signal is low, when you set the interrupt on ?
Thanks in advance.