Timeline for Arduino Project Interrupt Error?
Current License: CC BY-SA 4.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Oct 16, 2020 at 15:08 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 18, 2020 at 15:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 19, 2020 at 14:27 | answer | added | Edgar Bonet | timeline score: 1 | |
May 19, 2020 at 13:29 | comment | added | Delta_G | You have the interrupts detached for most of the time. If you want to use the interrupt you need to have it attached. Instead of detaching for all of loop, only detach for a very short time, make a copy of the pulseCount variable, and then turn interrupts back on. Then use the copy you made in the calculations. | |
May 19, 2020 at 13:26 | comment | added | chrisl | And what is your actual problem with the interrupts? "haven't been able to control interrupts" is not a good problem description. Was did you expect your code to do and what did it actually do instead? | |
May 19, 2020 at 13:16 | history | edited | Edgar Bonet | CC BY-SA 4.0 |
Code formatting, no yelling.
|
May 19, 2020 at 13:10 | review | First posts | |||
May 19, 2020 at 17:16 | |||||
May 19, 2020 at 13:06 | history | asked | harshit rathod | CC BY-SA 4.0 |