esp-idf-lib/components/onewire/Kconfig

Mon, 17 Apr 2023 14:54:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 17 Apr 2023 14:54:35 +0200
changeset 31
ec5c7794dcd6
parent 1
1c9894662795
permissions
-rw-r--r--

Added basic BLE code.

menu "OneWire"

config ONEWIRE_CRC8_TABLE
    bool "Fast CRC-8 algorithm"
    default "y"
    help
        Compute a Dallas Semiconductor 8 bit CRC using a CRC table located in flash

endmenu

mercurial