Skip to content

Commit 15d12be

Browse files
Update BlinkNcount.c
Changed pin to PC13
1 parent 15ce813 commit 15d12be

File tree

1 file changed

+1
-1
lines changed
  • STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount

1 file changed

+1
-1
lines changed

STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This example code is in the public domain.
88
*/
99

10-
#define LED_PIN PB1 // Maple Mini LED is on PB1, other boards may vary
10+
#define LED_PIN PC13 // Maple Mini LED is on PB1, other boards may vary
1111

1212
int n = 0;
1313

0 commit comments

Comments
 (0)