ca0b5da905
- GPIO_ID_PIN macros removed - Soft reset mechanism of SHT3x does not work when sensor is in any measurement mode. Therefore, it does not abort initialization procedure anymore - typos - changes to use the same source code with ESP8266 (esp-open-rtos) and ESP32 (ESP-IDF)
10 lines
288 B
Makefile
10 lines
288 B
Makefile
# Component makefile for extras/sht3x
|
|
|
|
# expected anyone using SHT3x driver includes it as 'sht3x/sht3x.h'
|
|
INC_DIRS += $(sht3x_ROOT)..
|
|
INC_DIRS += $(sht3x_ROOT)
|
|
|
|
# args for passing into compile rule generation
|
|
sht3x_SRC_DIR = $(sht3x_ROOT)
|
|
|
|
$(eval $(call component_compile_rules,sht3x))
|