esp-idf-lib/components/apds9930/CMakeLists.txt

Wed, 05 Apr 2023 20:00:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Apr 2023 20:00:26 +0200
changeset 16
b3e96bbe4ce4
parent 11
bdc123ae7b49
permissions
-rw-r--r--

First pass of debugging APDS9930 with a real chip.

idf_component_register(
    SRCS apds9930.c
    INCLUDE_DIRS .
    REQUIRES i2cdev log esp_idf_lib_helpers
)

mercurial