Library for the AMS CC811 digitial gas sensor

Dependencies:   AMS_ENS210_temp_humid_sensor

Revision:
10:225a71ec316c
Parent:
9:3f0733792717
Child:
11:ef2d4258cd15
--- a/AMS_CCS811.cpp	Tue Jan 24 11:32:49 2017 +0000
+++ b/AMS_CCS811.cpp	Tue Jan 24 11:33:47 2017 +0000
@@ -399,7 +399,7 @@
         if (dec_part >= fractions[i]) {
             dec_part -= fractions[i];
             _short |= 256 >> i;
-        } else USBserialComms.printf("no\r");
+        }
     }
     
     _short |= int_part << 9;