septillion:
I don't get it, the attachInterrupt() method just accepts one parameter, the function to call.
What am I missing? The signature from the reference library is:
attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);
septillion:
I don't get it, the attachInterrupt() method just accepts one parameter, the function to call.
What am I missing? The signature from the reference library is:
attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);