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

Wed, 12 Apr 2023 16:37:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 12 Apr 2023 16:37:17 +0200
changeset 25
c5a9bde0268f
parent 1
1c9894662795
permissions
-rw-r--r--

A bit simpler mqtt event handling.

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

mercurial