ziemlich cool kann man das machen,
per interrupt. int0 oder int1,
die kannste konfigurieren auf
rising oder falling.
Aus der Hilfe:
CONFIG INTx = state
Where X can be 0,1 and 4 to 7 in the MEGA chips.
Remarks
state LOW LEVEL to generate an interrupt while the pin is held low. Holding the pin low will generate an interrupt over and over again.
FALLING to generate an interrupt on the falling edge.
RISING to generate an interrupt on the rising edge..
Lesezeichen