From 15d12bee18188a4276b83272bb6545713a3fc697 Mon Sep 17 00:00:00 2001 From: "aka. N[]NE in gaming communities" Date: Mon, 6 Nov 2017 19:00:41 -0500 Subject: [PATCH] Update BlinkNcount.c Changed pin to PC13 --- .../examples/General/BlinkNcount/BlinkNcount.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino b/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino index b05ece9..60a4c17 100644 --- a/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino +++ b/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino @@ -7,7 +7,7 @@ This example code is in the public domain. */ -#define LED_PIN PB1 // Maple Mini LED is on PB1, other boards may vary +#define LED_PIN PC13 // Maple Mini LED is on PB1, other boards may vary int n = 0;