Skip to content

Commit b2cd16a

Browse files
v2.1.3
v2.1.3
1 parent fea0c60 commit b2cd16a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RoboHeart
2-
version=2.1.1
2+
version=2.1.3
33
author=Augmented Robotics
44
maintainer=Augmented Robotics <[email protected]>
55
sentence=Arduino library for the RoboHeart

pins_RoboHeart.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#define SLEEP_MOTOR_ABC 2 // nSLEEP
1414

15-
#define FAULT_MOTOR_AB 34 // nSLEEP
16-
#define FAULT_MOTOR_C 35 // nSLEEP
15+
#define FAULT_MOTOR_AB 34 // FaultAB
16+
#define FAULT_MOTOR_C 35 // FaultC
1717

1818
#define LED_ROBOHEART 13
1919
#define BUTTON_ROBOHEART 0
@@ -30,6 +30,5 @@
3030
#define GSM_RTS 14
3131
#define GSM_TX TXD1
3232
#define GSM_RX RXD1
33-
//#define BATTERY_PIN 36
3433

3534
#endif

0 commit comments

Comments
 (0)