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:
Tue Oct 15 11:48:47 2019 +0000
Parent:
8:cbce19ac54b3
Child:
11:5106c3ecc4d5
Commit message:
l;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Oct 09 17:36:26 2019 +0000
+++ b/main.cpp	Tue Oct 15 11:48:47 2019 +0000
@@ -38,12 +38,12 @@
 void    readData(void);
 
 
-    float temperature_sol;
-    unsigned char humidity_sol;
-    float temperature_air;
-    unsigned char humidity_air;
-    unsigned char pr, pg, pb;
-    unsigned short lum;
+float temperature_sol;
+unsigned char humidity_sol;
+float temperature_air;
+unsigned char humidity_air;
+unsigned char pr, pg, pb;
+unsigned short lum;
     
     
 int main() {
--- a/mbed.bld	Wed Oct 09 17:36:26 2019 +0000
+++ b/mbed.bld	Tue Oct 15 11:48:47 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/mbed_official/code/mbed/builds/f9eeca106725
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file