for hank
Dependencies: mbed-STM32F103C8T6_new
Diff: main.h
- Revision:
- 2:f48b0967b6cc
- Parent:
- 1:0fe432e5dfc4
- Child:
- 3:30d61fa10b98
--- a/main.h Wed Apr 15 11:36:03 2020 +0000 +++ b/main.h Thu Apr 16 07:15:00 2020 +0000 @@ -5,7 +5,7 @@ //#include "FastIO.h" #include "st7789v.h" #include "stm32f103c8t6.h" -#include "SHT21_ncleee.h" +//#include "SHT21_ncleee.h" #include "eeprom.h" static BusOut lcdBus(PB_13,PB_12,PB_2,PB_1,PB_0,PA_7,PA_6,PA_5); //Laiwu board configuration BusOut(LSB------MSB) @@ -35,7 +35,7 @@ static I2C i2c(PB_7,PB_6); -static SHT21 sht(&i2c); +//static SHT21 sht(&i2c); //static DigitalIn Stopper1(PA_13); //static DigitalIn Stopper2(PA_15);