esp-idf-lib/components/dps310/Kconfig

Mon, 03 Apr 2023 20:11:29 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 03 Apr 2023 20:11:29 +0200
changeset 13
c3b29a1dcf1e
parent 1
1c9894662795
permissions
-rw-r--r--

Changed voltage range to 32 volt. Tried INA219 powersave mode, doesn't work.

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