''
Dependencies: BME280 BMP280 TextLCD mbed
Fork of CW_watchdog_08012018a by
Diff: data.h
- Revision:
- 2:c696dfd53eeb
- Parent:
- 1:dc21a6fce3af
- Child:
- 3:f5fe5071416a
diff -r dc21a6fce3af -r c696dfd53eeb data.h --- a/data.h Mon Jan 08 18:46:57 2018 +0000 +++ b/data.h Tue Jan 09 11:26:15 2018 +0000 @@ -6,7 +6,7 @@ float lvl; float data_temp [119], data_press[119], data_light[119]; int date_a[199], time_a[199], time0_a[199], date0_a[199]; -BME280 bmp(D14,D15,0x76); +BMP280 bmp(D14,D15,0x76); AnalogIn LDR(A0); int counterw = 0, full = 0, day, month, year, leap;