config file created

This commit is contained in:
2020-10-12 23:49:49 +02:00
parent efdb44b759
commit 8c5bb21d70
2 changed files with 22 additions and 5 deletions

8
ArduinoConfig.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef ARDUINOCONFIG_H_
#define ARDUINOCONFIG_H_
#define BAUD_RATE 115200
#define SERIAL_RX_BUFFER_SIZE 256
#define RING_BUFFER_SIZE 100
#endif /* ARDUINOCONFIG_H_ */