Rev 783 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 783 | Rev 832 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | 57 | ||
58 | 58 | ||
59 | /*****************************************************/ |
59 | /*****************************************************/ |
60 | /* Control Servo Position */ |
60 | /* Control Servo Position */ |
61 | /*****************************************************/ |
61 | /*****************************************************/ |
62 | ISR(TIMER2_COMPA_vect) // every OCR2A * 12.8s (compare match) |
62 | ISR(TIMER2_COMPA_vect) // every OCR2A * 12.8 us (compare match) |
Line 63... | Line 63... | ||
63 | { |
63 | { |
64 | static uint8_t timer = 10; |
64 | static uint8_t timer = 10; |