complex stroke erste version
This commit is contained in:
parent
0813bc740d
commit
a4e4d0ef55
8 changed files with 192 additions and 171 deletions
1
usart.h
1
usart.h
|
@ -2,6 +2,7 @@
|
|||
#define USART_H
|
||||
|
||||
#include <avr/io.h>
|
||||
#include <util/delay.h>
|
||||
#include <stdint.h>
|
||||
|
||||
constexpr uint16_t BAUDRATE = 38400UL; //9600UL//9600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue