Sinan Vanli / Mbed OS ISA

Dependencies:   C12832 CCS811 Sht31 TSL2561

Fork of ARM_HACK_THE_BURGH by Carey Williams

Revision:
58:44e839410957
Parent:
57:a2340579d7ad
Child:
59:22dd28696d59
diff -r a2340579d7ad -r 44e839410957 main.cpp
--- a/main.cpp	Sat Mar 10 17:46:39 2018 +0000
+++ b/main.cpp	Sat Mar 10 17:48:37 2018 +0000
@@ -155,6 +155,7 @@
 
 int main()
 {
+    /*
     int count = 0;
 
     pc.printf("WiFi example\n\n");
@@ -190,6 +191,8 @@
     tsl2561.setGain(TSL2561_GAIN_0X);
     tsl2561.setTiming(TSL2561_INTEGRATIONTIME_402MS);
     
+    */
+    
     while(1) {
         
         string json = "{\n";