1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ccs811
Gunar Schorcht 27265095cd drivers/ccs811: fix the data ready check
When the measurement results are read from the `ALG_RESULT_DATA` register set including the STATUS register, the `DATA_RDY` flag in the STATUS register is already cleared during reading. Therefore it is not possible to check this flag after the `ALG_RESULT_DATA` has been read. Therefore the function `ccs811_read_iaq` always returned `CCS811_ERROR_NO_NEW_DATA` although the data were valid either after checking for new data with the function `ccs811_data_ready` or after triggering the Data Ready interrupt.
2021-12-04 13:43:31 +01:00
..
include drivers/ccs811: fix default config for ccs811_full 2021-05-06 06:47:17 +03:00
ccs811_saul.c drivers/ccs811: remove unnecessary casts 2019-01-06 14:41:47 +01:00
ccs811.c drivers/ccs811: fix the data ready check 2021-12-04 13:43:31 +01:00
doc.txt drivers/ccs811: fix of documentation 2021-11-09 19:50:07 +01:00
Kconfig drivers/ccs811/kconfig: add feature symbol 2021-11-18 09:03:07 +01:00
Makefile drivers: add driver for CCS811 gas sensor 2018-12-20 12:42:44 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers/ccs811: declare pseudomodules at driver level 2021-10-05 11:48:50 +02:00