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