send sucess message if command is processed sucessfully
This commit is contained in:
parent
6a02c2f8cd
commit
ba67c5138d
5 changed files with 513 additions and 410 deletions
2
serial.h
2
serial.h
|
|
@ -2,7 +2,7 @@
|
|||
#define SERIAL_H
|
||||
|
||||
#define BAUD 38400
|
||||
#define SERIAL_BUFFER_SIZE 256
|
||||
#define SERIAL_BUFFER_SIZE 512
|
||||
|
||||
#include <util/setbaud.h>
|
||||
#include <avr/io.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue