improved command parser

This commit is contained in:
IMback
2018-10-07 21:57:28 +02:00
parent 2dff6c6efd
commit 389d0c6829
4 changed files with 131 additions and 82 deletions

View File

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