Difference between revisions of "AVR Timer Interrupts"
Raghavendra (Talk | contribs) (Created page with "Category:AVR Tutorials =Basics= {| style="text-align:center;" class="table table-responsive table-bordered" !colspan = '8'|TIMSK |+Timer/Counter Interrupt Mask Register...") |
Raghavendra (Talk | contribs) |
||
Line 11: | Line 11: | ||
|} | |} | ||
+ | |||
+ | ==Code== | ||
+ | <html> | ||
+ | <script src="https://gist.github.com/raghavendrahassy/7c56d76b6fd53f991875.js"></script> | ||
+ | </html> | ||
Revision as of 14:51, 22 March 2016
Basics
TIMSK | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- | - | TICIE1 | OCIE1A | OCIE1B | TOIE1 | - | - |
Code