esp-idf-lib/components/dps310/Kconfig

Fri, 07 Apr 2023 14:31:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 07 Apr 2023 14:31:17 +0200
changeset 21
df8564c9701e
parent 1
1c9894662795
permissions
-rw-r--r--

The esp-idf-lib apds9930 component is now working. In nvsio stop logging not updated values. Store gain and aglbit values in nvs.

menu "DPS310 driver"
    choice DPS310_PROTOCOL
        prompt "Choose protocol for digital interface"
        default DPS310_PROTOCOL_USING_I2C
        help
            The protocol to use for digital interface
        config DPS310_PROTOCOL_USING_I2C
            bool "I2C"
    endchoice
endmenu

mercurial