From 6deb0299e99248d9398094e601f26154606b6df0 Mon Sep 17 00:00:00 2001 From: pgp Date: Tue, 15 Mar 2022 18:22:26 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9placement=20pin=20capteur=2005=20pour=20?= =?UTF-8?q?lib=C3=A9rer=20pin=20i2c=20(GPIO=2021)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c3b14c4..a0df122 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,7 @@ using namespace std; -DHT sensors[SENSORS_NUMBER] = {DHT(4, DHT22), DHT(5, DHT22), DHT(18, DHT22), DHT(19, DHT22), DHT(21, DHT22)}; +DHT sensors[SENSORS_NUMBER] = {DHT(4, DHT22), DHT(5, DHT22), DHT(18, DHT22), DHT(19, DHT22), DHT(03, DHT22)}; float temp[SENSORS_NUMBER]; float hum[SENSORS_NUMBER];