Plant Monitoring Project

Dependencies:   mbed SHT21_ncleee ssd1306_library Adafruit_TCS34725 DS1820

Revision:
10:80babe03d9c4
Parent:
8:cbce19ac54b3
Child:
11:5106c3ecc4d5
--- 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() {