Forum >Interrupts
Bluno General Arduino

Interrupts

userHead Account cancelled 2016-03-12 14:35:26 2879 Views1 Replies
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
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
userHeadPic Leff