Difference between revisions of "AVR Timer Interrupts"
Raghavendra (Talk | contribs) |
Raghavendra (Talk | contribs) |
||
Line 14: | Line 14: | ||
==Code== | ==Code== | ||
<html> | <html> | ||
− | <script src="https://gist.github.com/raghavendrahassy/ | + | <script src="https://gist.github.com/raghavendrahassy/cbf6fd9571ac6e8fc0c5.js"></script> |
</html> | </html> | ||
Revision as of 14:52, 22 March 2016
Basics
TIMSK | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- | - | TICIE1 | OCIE1A | OCIE1B | TOIE1 | - | - |
Code