save bevor debug

This commit is contained in:
Tristan Krause 2019-03-29 08:32:26 +01:00
parent 09b7e698e8
commit 18d65ce8a5
5 changed files with 102 additions and 96 deletions

View file

@ -5,7 +5,7 @@
#include <util/delay.h>
#include <stdint.h>
constexpr uint32_t BAUDRATE = 115200; // 38400
constexpr uint32_t BAUDRATE = 38400; // 38400
constexpr uint8_t CRC7_POLY = 0x91;
class USART