Activity › Forums › Questions & Troubleshooting › Software & Firmware › Controllino Interrupt › Reply To: Controllino Interrupt
-
Please note that function attachInterrupt() does not need a number of pin (e.g. CONTROLLINO_IN0), but the number of interrupt defined in the table here (which is 5 in this case). Or you can use function digitalPinToInterrupt() to convert the pin to int for you.