PWM ansteuerbar und TOP wird returned
This commit is contained in:
parent
1f53117577
commit
2c47159df3
78 changed files with 459 additions and 148 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue