We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7df08a commit d6503b5Copy full SHA for d6503b5
variants/XIAO_ESP32C5/pins_arduino.h
@@ -39,4 +39,7 @@ static const uint8_t D8 = 8;
39
static const uint8_t D9 = 9;
40
static const uint8_t D10 = 10;
41
42
+static const uint8_t BAT_Voltage_Read = 6;
43
+static const uint8_t BAT_Voltage_Read_EN = 26;
44
+
45
#endif /* Pins_Arduino_h */
0 commit comments