main/CMakeLists.txt

Thu, 06 Apr 2023 13:22:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 06 Apr 2023 13:22:03 +0200
changeset 17
1599e696d947
parent 12
bb72d448e282
child 18
12506716211c
permissions
-rw-r--r--

Code changes to try to fix the not working ADPS9930 driver.

12
bb72d448e282 In the esp-idf-lib the adps9930 driver uses a device descriptor structure instead of just i2c_dev_t. Fixed a linking issue. Added APDS9930 task. Added getLightValues function. Added wifi quality value to the MQTT payload. The payload is complete and will be published.
Michiel Broek <mbroek@mbse.eu>
parents: 9
diff changeset
1 idf_component_register(SRCS config.c iotbalkon.c task_bmp280.c task_ina219.c task_apds9930.c task_wifi.c task_mqtt.c task_out.c xutil.c
0
f8b0268c8d0a Initial project setup
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 INCLUDE_DIRS ".")

mercurial