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

@@ -24,6 +24,8 @@ Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
#define VoltInptPin 27 //on board: D27
#define Btn2 33 //on board: D33 Button2
#define ServoShift 4 //ręczna kalibracja biegu
// SDA D21
// SCL D22
// #define VoltInptPin 23 //on board: D23 Battery Voltage prawdopodobnie uszkodzone ADC
#define ServoMaxAngle 130

View File

@@ -43,7 +43,8 @@ const uint8_t ledMap[LED_COUNT] = { 3, 0, 1, 8, 2, 5, 4, 7, 6 };
#define NEOPIXEL 27 //GPIO04 D27
#define IN_PHOTOTRA 12
#define WTR_LVL 33 //GPIO33 D33
// SDA D21
// SCL D22
#define DIMM_MAX_VALUE 3 // docelowo 4, tylko na testy
//NEO PIXEL ARDESES:

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
//######################################################################################################################################################################
}