I know that codecademy doesn’t offer courses on arduinos but this forum is as good a place as any to ask questions, right? So I was looking into external interrupts and I understand that you can use detachInterrupt() to disable an interrupt but what if I want to re-enable the interrupt in certain circumstances? attachInterrupt() has to be declared in void setup() so I don’t think I can reuse it in void loop(), google searches on this topics have been tasteless for me.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
FAQ: IO Hardware - Interrupts & Polling | 0 | 422 | December 6, 2021 | |
FAQ: IO Software - Interrupt Handlers | 0 | 371 | December 8, 2021 | |
[Suggestion] Infinite loop protection | 5 | 1481 | August 8, 2016 | |
Breaking the system, No safety mechanism built in to codecademy? | 14 | 1406 | November 6, 2016 | |
Disconnecting From Codecademy | 26 | 2209 | January 29, 2024 |