USART revised

This commit is contained in:
Tristan Krause 2019-04-03 14:51:33 +02:00
parent 2d26632f41
commit 787fc6f784
7 changed files with 108 additions and 191 deletions

View file

@ -68,6 +68,8 @@ private:
// Variablen für die Pufferverwaltung
volatile uint8_t index = 0;
volatile uint8_t length = 0;
// semaphore
volatile bool active = false;
// Constants