Update pinów I2C

This commit is contained in:
sieja
2025-08-13 10:41:16 +02:00
parent 459a9e4bfc
commit 6f2fe801ea
3 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,8 @@
#define DHTPIN_L 13 //GPIO36 D13
#define DHTPIN_M 17 //GPIO36 D17
#define DHTPIN_H 16 //GPIO36 D16
// SDA D21
// SCL D22
@@ -366,6 +368,8 @@ void setup() {
lastHumL = 0.0;
humL = lastHumL;
}
// rtc.adjust(DateTime(2025 , 8, 7, 17, 25, 0));
//setup END
//######################################################################################################################################################################
}