Timeline for Using AVR Timer Within an ISR
Current License: CC BY-SA 3.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 11, 2016 at 5:48 | 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. | |
Mar 12, 2016 at 16:17 | comment | added | Dave X | Doing serial inside an ISR is typically a bad idea. Maybe consider doing your sampling continuously, and using an ISR to set a flag and initiate a 1-shot timer. The the loop code could check the flag and do the 9600 baud serial reporting as needed. | |
Mar 12, 2016 at 4:57 | answer | added | Nick Gammon ♦ | timeline score: 1 | |
Mar 12, 2016 at 4:51 | review | First posts | |||
Mar 12, 2016 at 16:18 | |||||
Mar 12, 2016 at 4:47 | history | asked | thestateriver | CC BY-SA 3.0 |