From 18ecbdf90fab57793ba2158463f436c98ba102dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9D=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Fri, 9 Feb 2024 17:38:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DHT_22.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DHT_22.h diff --git a/DHT_22.h b/DHT_22.h new file mode 100644 index 0000000..8e575c1 --- /dev/null +++ b/DHT_22.h @@ -0,0 +1,9 @@ +#ifndef DHT_22_h +#define DHT_22_h +#include + +void DHT22_setup(); +int get_DHT_value_temperature(); +int get_DHT_value_humidity(); + +#endif /*DHT_22_h*/ \ No newline at end of file