simple CCS811 driver
Dependencies: AMS_ENS210_temp_humid_sensor
Dependents: TBSense2_Sensor_Demo
Fork of AMS_CCS811_gas_sensor by
History
Added FW v2.0.0 for CCS811 and introduced usage of mbed_trace
2019-03-05, by Steven Cooreman [Tue, 05 Mar 2019 20:18:27 +0100] rev 15
Added FW v2.0.0 for CCS811 and introduced usage of mbed_trace
wrong bool handling
2017-05-04, by stevew817 [Thu, 04 May 2017 13:08:54 +0000] rev 14
wrong bool handling
success wasn't updated in fw_mode = 0 branch of init()
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 15:09:29 +0000] rev 13
success wasn't updated in fw_mode = 0 branch of init()
removed unused include
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 14:14:50 +0000] rev 12
removed unused include
initialized all the pointers to NULL
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 14:08:52 +0000] rev 11
initialized all the pointers to NULL
removed another wayward printf
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 11:33:47 +0000] rev 10
removed another wayward printf
removed some printfs
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 11:32:49 +0000] rev 9
removed some printfs
added facility to query the current temp and humid measurement from an attached ENS210
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 11:21:43 +0000] rev 8
added facility to query the current temp and humid measurement from an attached ENS210
ENS210 auto poll and manual env_data functionality added
2017-01-24, by UHSLMarcus [Tue, 24 Jan 2017 10:47:38 +0000] rev 7
ENS210 auto poll and manual env_data functionality added
reading data via poll, interrupt in all active modes works
2017-01-23, by UHSLMarcus [Mon, 23 Jan 2017 14:27:57 +0000] rev 6
reading data via poll, interrupt in all active modes works