summaryrefslogtreecommitdiff
path: root/src/driver/ccs811.cc
AgeCommit message (Expand)AuthorLines
2024-01-17CCS811 setEnv: "0" means -25°c, so we have to pass temp+25, not temp-25Birte Kristina Friesel-1/+1
2023-07-03update copyrightBirte Kristina Friesel-1/+1
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-2/+2
2021-12-25Remove esp8266 support in favor of ESP8266 RTOS SDKDaniel Friesel-4/+0
2021-12-19ccs811: add setEnv variant with float argumentsDaniel Friesel-0/+5
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-1/+1
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-7/+65
2020-12-08add licensing informationDaniel Friesel-0/+5
2019-05-24add ccs811, max44006, max44009 drivers. Not all are working.Daniel Friesel-0/+29