Skip to content

Commit d6503b5

Browse files
committed
feat(xiao esp32c5): Add definitions for the battery voltage sampling pin and the enable pin
1 parent e7df08a commit d6503b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/XIAO_ESP32C5/pins_arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ static const uint8_t D8 = 8;
3939
static const uint8_t D9 = 9;
4040
static const uint8_t D10 = 10;
4141

42+
static const uint8_t BAT_Voltage_Read = 6;
43+
static const uint8_t BAT_Voltage_Read_EN = 26;
44+
4245
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)