Tagged Questions

4
votes
3answers
96 views

Monitor clock cycles for code on arduino/AVR?

Is it possible to monitor a block of code and determine the number of processor clock cycles that code took on an Arduino and/or AVR atmel processor? or, should I rather monitor mi …
1
vote
2answers
231 views

Watch Dog Timer + Arduino

How do I setup a hardware watch dog timer with an Arduino? Thanks, Marcus