Zwischenstand
This commit is contained in:
parent
b4d10ed933
commit
bca001bc2e
3 changed files with 3 additions and 3 deletions
2
usart.h
2
usart.h
|
@ -5,7 +5,7 @@
|
|||
#include <util/delay.h>
|
||||
#include <stdint.h>
|
||||
|
||||
constexpr uint32_t BAUDRATE = 38400; // 38400
|
||||
constexpr uint32_t BAUDRATE = 115200; // 38400
|
||||
|
||||
class USART
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue