Skip to content

Commit ca5049e

Browse files
Battery pin removed
Battery pin not found in schematics.
1 parent aa30f23 commit ca5049e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

keywords.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ GSM_CTS LITERAL1
6464
GSM_RTS LITERAL1
6565
GSM_TX LITERAL1
6666
GSM_RX LITERAL1
67-
BATTERY_PIN LITERAL1
6867
LSM6DS3_I2C_ADDR LITERAL1
6968
MOTOR_A_CHANNEL1 LITERAL1
7069
MOTOR_A_CHANNEL2 LITERAL1

pins_RoboHeart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
#define GSM_RTS 14
2828
#define GSM_TX TXD1
2929
#define GSM_RX RXD1
30-
#define BATTERY_PIN 36
30+
//#define BATTERY_PIN 36
3131

3232
#endif

0 commit comments

Comments
 (0)