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 fea0c60 commit b2cd16aCopy full SHA for b2cd16a
library.properties
@@ -1,5 +1,5 @@
1
name=RoboHeart
2
-version=2.1.1
+version=2.1.3
3
author=Augmented Robotics
4
maintainer=Augmented Robotics <[email protected]>
5
sentence=Arduino library for the RoboHeart
pins_RoboHeart.h
@@ -12,8 +12,8 @@
12
13
#define SLEEP_MOTOR_ABC 2 // nSLEEP
14
15
-#define FAULT_MOTOR_AB 34 // nSLEEP
16
-#define FAULT_MOTOR_C 35 // nSLEEP
+#define FAULT_MOTOR_AB 34 // FaultAB
+#define FAULT_MOTOR_C 35 // FaultC
17
18
#define LED_ROBOHEART 13
19
#define BUTTON_ROBOHEART 0
@@ -30,6 +30,5 @@
30
#define GSM_RTS 14
31
#define GSM_TX TXD1
32
#define GSM_RX RXD1
33
-//#define BATTERY_PIN 36
34
35
#endif
0 commit comments