linux, go!

This commit is contained in:
Tristan Krause 2019-04-02 13:34:59 +02:00
parent 25f313fbf2
commit d5ca50f475
16 changed files with 414 additions and 273 deletions

View file

@ -15,4 +15,10 @@ extern volatile TLC5615 dac1;
extern volatile ADU adu;
extern volatile USART usart;
extern volatile uint8_t receive_buffer[32];
extern volatile uint8_t receive_pos;
extern volatile uint8_t send_buffer[32];
extern volatile uint8_t send_pos;
extern volatile uint8_t send_len;
extern volatile bool send_active;
#endif // GLOBAL_VARS_H