USART revised
This commit is contained in:
parent
2d26632f41
commit
787fc6f784
7 changed files with 108 additions and 191 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue