Timeline for Arduino Uno R3 ISR does not work on pin 2?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 24, 2015 at 8:48 | comment | added | explorer |
I hope you haven't forgotten to change attachInterrupt(0,itest,FALLING); to attachinterrupt(1,itest,FALLING);
|
|
| Mar 31, 2014 at 19:48 | comment | added | Lesto | @jfpoilpret it doesn't need pinMode() and the ISR is hidden by the arduino code in the attachInterrupt | |
| Mar 31, 2014 at 12:04 | answer | added | Lesto | timeline score: 3 | |
| Mar 31, 2014 at 11:18 | comment | added | jfpoilpret |
Where do you set pinMode() of pin 2 to INPUT?
|
|
| Mar 31, 2014 at 7:32 | history | edited | ADDP | CC BY-SA 3.0 |
added 138 characters in body
|
| Mar 31, 2014 at 5:19 | comment | added | jfpoilpret | Can you show us the code of the ISR and how you registered it? | |
| Mar 31, 2014 at 1:53 | history | edited | ADDP | CC BY-SA 3.0 |
deleted 8 characters in body
|
| Mar 31, 2014 at 1:35 | review | First posts | |||
| Mar 31, 2014 at 3:25 | |||||
| Mar 31, 2014 at 1:21 | comment | added | Ignacio Vazquez-Abrams | Have you compared the disassembled code when using each pin? | |
| Mar 31, 2014 at 1:18 | history | asked | ADDP | CC BY-SA 3.0 |