Library for the AMS CC811 digitial gas sensor

Dependencies:   AMS_ENS210_temp_humid_sensor

Revision:
12:45065badca0f
Parent:
11:ef2d4258cd15
Child:
13:a74306788df7
--- a/AMS_CCS811.cpp	Tue Jan 24 14:08:52 2017 +0000
+++ b/AMS_CCS811.cpp	Tue Jan 24 14:14:50 2017 +0000
@@ -1,6 +1,5 @@
 
 #include "AMS_CCS811.h"
-#include "messageParse.h"
 
 AMS_CCS811::AMS_CCS811(I2C * i2c, PinName n_wake_pin) : _n_wake_out(), _addr_out(), _int_data(), _ens210(), i2c() {
     _n_wake_out = new (std::nothrow) DigitalOut(n_wake_pin, 1);