servo geht
This commit is contained in:
parent
7b2e5aa1ef
commit
eaa8ca721a
207 changed files with 278 additions and 15300 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "adu.h"
|
||||
#include "usart.h"
|
||||
#include "pwm.h"
|
||||
#include "servo.h"
|
||||
|
||||
|
||||
#define WDT_TIMEOUT WDTO_15MS
|
||||
|
@ -21,5 +22,6 @@ extern volatile USART usart;
|
|||
extern volatile PWM pwm;
|
||||
extern volatile bool nextRequest;
|
||||
extern volatile uint16_t interruptCounters[];
|
||||
extern volatile Servo servo;
|
||||
|
||||
#endif // GLOBAL_VARS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue