Skip to content

Instantly share code, notes, and snippets.

@bronson
Created February 4, 2012 04:01
Show Gist options
  • Save bronson/1735204 to your computer and use it in GitHub Desktop.
Save bronson/1735204 to your computer and use it in GitHub Desktop.
static inline void enable_timer0_interrupt(void)
{
TIMSK0 |= (1 << TOIE0);
c2: ee e6 ldi r30, 0x6E ; 110
c4: f0 e0 ldi r31, 0x00 ; 0
c6: 80 81 ld r24, Z
c8: 81 60 ori r24, 0x01 ; 1
ca: 80 83 st Z, r24
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment