Plant Monitoring Project

Dependencies:   mbed SHT21_ncleee WakeUp SSD1306 DHT Adafruit_TCS34725 DS1820

Files at this revision

API Documentation at this revision

Comitter:
Germaint
Date:
Mon Jan 13 10:40:05 2020 +0000
Parent:
35:d87c1391706a
Commit message:
Foctionnel sans SB (40 sec entre deux mesures)

Changed in this revision

define.hh Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d87c1391706a -r 9976876a2fee define.hh
--- a/define.hh	Mon Jan 13 08:05:04 2020 +0000
+++ b/define.hh	Mon Jan 13 10:40:05 2020 +0000
@@ -7,6 +7,6 @@
 #define RGB
 #define OLED
 #define INTERRUPTEUR
-//#define AIR_PARAMETERS_DHT22
+#define AIR_PARAMETERS_DHT22
 #define DEEPSLEEP
 #define BATTERY_LVL
diff -r d87c1391706a -r 9976876a2fee main.cpp
--- a/main.cpp	Mon Jan 13 08:05:04 2020 +0000
+++ b/main.cpp	Mon Jan 13 10:40:05 2020 +0000
@@ -2,7 +2,7 @@
 
 int main(){
     #ifdef DEEPSLEEP
-    WakeUp::calibrate();
+    //WakeUp::calibrate();
     #endif
 
     #ifdef INTERRUPTEUR