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

@ -24,6 +24,7 @@ public:
uint16_t getValue(uint8_t channel) volatile;
private:
// semaphore
volatile bool active = false;
};