components/esp32-owb/CMakeLists.txt

Sat, 13 Jun 2020 22:07:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 13 Jun 2020 22:07:22 +0200
changeset 55
43362bb8f3c0
parent 15
83314e7b1b4a
child 72
acc1904cd70d
permissions
-rw-r--r--

Added DS18B20 error counters. Bigger font for the error counters screen and added the DS18B20 counter. Patched the u8g2_esp32_hal to fix the sudden system reboots.

15
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 idf_component_register(SRCS owb_rmt.c owb.c owb_gpio.c INCLUDE_DIRS include)
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2

mercurial