Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58015cb

Browse files
authoredApr 12, 2024··
Update pins_arduino.h
The built-in "Blink" LED on the new version of the RoboHeart development board is connected to IO13 instead of IO14.
1 parent 3a0dd1c commit 58015cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎variants/roboheart_hercules/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define SLEEP_MOTOR_ABC 2 // nSLEEP
1717

18-
#define LED_ROBOHEART 14 // Built in LED
18+
#define LED_ROBOHEART 13 // Built in LED
1919
#define BUILTIN_LED LED_ROBOHEART // backward compatibility
2020
#define LED_BUILTIN LED_ROBOHEART
2121

0 commit comments

Comments
 (0)
Please sign in to comment.