watchdog zuverlaessig

This commit is contained in:
Tristan Krause 2019-03-28 13:32:24 +01:00
parent 35e1c29e89
commit b4d10ed933
6 changed files with 191 additions and 191 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
class USART
{