PWM ansteuerbar und TOP wird returned

This commit is contained in:
Tristan Krause 2019-05-28 12:32:31 +02:00
parent 1f53117577
commit 2c47159df3
78 changed files with 459 additions and 148 deletions

View file

@ -5,6 +5,7 @@
#include "tlc5615.h"
#include "adu.h"
#include "usart.h"
#include "pwm.h"
#define WDT_TIMEOUT WDTO_15MS
@ -17,6 +18,7 @@ extern volatile TLC5615 dac0;
extern volatile TLC5615 dac1;
extern volatile ADU adu;
extern volatile USART usart;
extern volatile PWM pwm;
extern volatile bool nextRequest;
#endif // GLOBAL_VARS_H