config file created
This commit is contained in:
8
ArduinoConfig.h
Normal file
8
ArduinoConfig.h
Normal 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_ */
|
Reference in New Issue
Block a user