Skip to content

Commit 8150289

Browse files
authored
Update pins_RoboHeart.h
The built-in "Blink" LED on the new version of the RoboHeart development board is connected to IO13 instead of IO14.
1 parent d30bfae commit 8150289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pins_RoboHeart.h

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

1313
#define SLEEP_MOTOR_ABC 2 // nSLEEP
1414

15-
#define LED_ROBOHEART 14
15+
#define LED_ROBOHEART 13
1616
#define BUTTON_ROBOHEART 0
1717

1818
#define IMU_SDA 21
@@ -29,4 +29,4 @@
2929
#define GSM_RX RXD1
3030
#define BATTERY_PIN 36
3131

32-
#endif
32+
#endif

0 commit comments

Comments
 (0)