added interrupt counters

This commit is contained in:
Tristan Krause 2019-06-21 14:05:57 +02:00
parent 42a1b7e0ab
commit 74b71d0fe8
8 changed files with 169 additions and 8 deletions

View file

@ -20,5 +20,6 @@ extern volatile ADU adu;
extern volatile USART usart;
extern volatile PWM pwm;
extern volatile bool nextRequest;
extern volatile uint16_t interruptCounters[];
#endif // GLOBAL_VARS_H