Rev 2102 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1910 | - | 1 | #ifndef _TIMER2_H |
2 | #define _TIMER2_H |
||
3 | |||
4 | #include <inttypes.h> |
||
5 | |||
2104 | - | 6 | #define MAX_SERVOS 8 |
7 | #define MAX_CONTROL_SERVOS 4 |
||
2099 | - | 8 | |
2102 | - | 9 | void calculateControlServoValues(void); |
10 | void calculateFeaturedServoValues(void); |
||
11 | |||
1910 | - | 12 | void timer2_init(void); |
13 | #endif //_TIMER2_H |
||
14 |