Sets up LCD and prints sensor data value of CCS811 Indoor Air Quality sensor to LCD

Dependencies:   C12832 CCS811 Sht31

Fork of mbed-cloud-connect-sensor-temp-hum by Andrea Corrado

Files at this revision

API Documentation at this revision

Comitter:
andcor02
Date:
Thu Nov 02 10:05:00 2017 +0000
Parent:
1:76a5fa924120
Child:
3:0c065f180b62
Commit message:
Sets up LCD and prints sensor data value of CCS811 Indoor Air Quality sensor to LCD

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Nov 01 13:25:53 2017 +0000
+++ b/main.cpp	Thu Nov 02 10:05:00 2017 +0000
@@ -22,4 +22,4 @@
         wait(1);
         lcd.cls();
     }
-}
+}
\ No newline at end of file