esp-idf-lib/components/ultrasonic/component.mk

Thu, 20 Apr 2023 15:19:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 20 Apr 2023 15:19:31 +0200
changeset 36
7b5c1fbeda7b
parent 1
1c9894662795
permissions
-rw-r--r--

Moved the kicad drawing into the project.

COMPONENT_ADD_INCLUDEDIRS = .

ifdef CONFIG_IDF_TARGET_ESP8266
COMPONENT_DEPENDS = esp8266 freertos esp_idf_lib_helpers
else
COMPONENT_DEPENDS = driver freertos esp_idf_lib_helpers
endif

mercurial