Rev 712 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 712 | Rev 766 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | uint8_t sreg = SREG; |
16 | uint8_t sreg = SREG; |
Line 17... | Line 17... | ||
17 | 17 | ||
18 | // disable all interrupts before reconfiguration |
18 | // disable all interrupts before reconfiguration |
Line 19... | Line 19... | ||
19 | cli(); |
19 | cli(); |
20 | 20 | ||
21 | // set PD7 as output pf the PWM for pitch servo |
21 | // set PD7 as output of the PWM for pitch servo |
Line 22... | Line 22... | ||
22 | DDRD |=(1<<DDD7); |
22 | DDRD |=(1<<DDD7); |