Forum >Interrupts
Interrupts

Hello,
I've just bought Romeo BLE - An Arduino with motor driver and Bluetooth 4.0 (DFR0305) and i want to attach some interrupts but i don't know which pins can be used for interrupts. According to the schematics it's D2(INT0) and D3(INT1). Can someone confirm that those are the right ones?
I would appreciate any help
I've just bought Romeo BLE - An Arduino with motor driver and Bluetooth 4.0 (DFR0305) and i want to attach some interrupts but i don't know which pins can be used for interrupts. According to the schematics it's D2(INT0) and D3(INT1). Can someone confirm that those are the right ones?
I would appreciate any help
2016-03-15 01:21:45 Yes, you are right that ATmega328 use D2,3 for interrupt0, 1, more info see here
https://www.arduino.cc/en/Reference/AttachInterrupt
Leff
https://www.arduino.cc/en/Reference/AttachInterrupt
