12 lines
436 B
C
12 lines
436 B
C
|
/* Macrocell environmental sensor project EnviSens
|
||
|
*
|
||
|
* This header provides the necessary configurations for the ATMEGA firmware.
|
||
|
*
|
||
|
* (C) 2019 Macrocell - Environmental sensing solutions
|
||
|
* proudly presented by Macrocell - FPGA Innovators
|
||
|
*/
|
||
|
|
||
|
#define SERIAL_BAUDRATE 115200
|
||
|
#define OPERATION_BLINK_EN true // blink continuously if in correct operation
|
||
|
#define OPERATION_PERIOD 2000 // sensor reading period in milliseconds
|