From 169f64dd7b22f65608a3abc5ad739c4ca3152f0d Mon Sep 17 00:00:00 2001 From: Nam Tran Date: Tue, 15 Sep 2020 16:00:03 -0500 Subject: [PATCH] add dht22 lib --- CMakeLists.txt | 1 + components/dht22 | 1 + 2 files changed, 2 insertions(+) create mode 160000 components/dht22 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e2c074..4260293 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.5) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common components/bme280 + components/dht22 ) include($ENV{IDF_PATH}/tools/cmake/project.cmake) diff --git a/components/dht22 b/components/dht22 new file mode 160000 index 0000000..b0dd2e0 --- /dev/null +++ b/components/dht22 @@ -0,0 +1 @@ +Subproject commit b0dd2e0632cd0341d37ce624b5bad493d100f09f