usart speedup

This commit is contained in:
Tristan Krause 2019-03-27 11:45:30 +01:00
parent da72ab7256
commit a2d78446d3
4 changed files with 75 additions and 70 deletions

View file

@ -5,7 +5,7 @@
#include <util/delay.h>
#include <stdint.h>
constexpr uint16_t BAUDRATE = 38400UL; //9600UL//9600
constexpr uint32_t BAUDRATE = 115200; // 38400
class USART
{