V4
Dependencies: BMP280
Fork of Thread_Communication_V3 by
Diff: main.h
- Revision:
- 11:19135c83c208
- Parent:
- 10:c10d1337d754
- Child:
- 13:089f3adb3813
diff -r c10d1337d754 -r 19135c83c208 main.h --- a/main.h Sat Dec 30 18:55:22 2017 +0000 +++ b/main.h Thu Jan 04 20:33:17 2018 +0000 @@ -7,7 +7,6 @@ #define MAX_SAMPLES 120 #define SENSOR_UPDATE 1 #define DATA_READY 1 -#define SAMPLING_PERIOD 10 #define ON 1 #define OFF 0 @@ -82,6 +81,7 @@ } mail_t; Mail<mail_t, 16> mail_box; +//Mail<mail_t, 16> mail_box2; //data FIFO buffer char data_buffer[MAX_SAMPLES][64];