Руслан Бредун
/
stm32-sensor-base2
test
Diff: global.h
- Revision:
- 12:406f75196a12
- Parent:
- 10:0b7f23df690a
- Child:
- 14:b3530522908e
diff -r 32eeb052cda5 -r 406f75196a12 global.h --- a/global.h Wed Aug 26 14:26:27 2020 +0530 +++ b/global.h Sun Dec 06 11:05:19 2020 +0000 @@ -10,13 +10,9 @@ #define MAX_SENSOSRS 32 -DS1820* ds1820[MAX_SENSOSRS]; - #define BLINKING_RATE 500 -#define TEST_ULTRASONIC 0 -#define TEST_ENCODERS 0 -#define TEST_IR 0 +#define TEST_REQUEST 0 #define DEMO_CODE 1 // rs-485 pins @@ -50,7 +46,7 @@ #define IR1_PB12_OUT PB_12 #define IR2_PB13_OUT PB_13 - +DS1820* ds1820[MAX_SENSOSRS]; #define DEBUG_LED PC_13