This commit is contained in:
IMback
2018-10-05 23:09:52 +02:00
parent 20b4663887
commit 8d525b15b4
6 changed files with 684 additions and 675 deletions

View File

@ -2,7 +2,7 @@
#define SERIAL_H
#define BAUD 38400
#define SERIAL_BUFFER_SIZE 128
#define SERIAL_BUFFER_SIZE 256
#include <util/setbaud.h>
#include <avr/io.h>