Update BlinkNcount.c

Changed pin to PC13
This commit is contained in:
aka. N[]NE in gaming communities 2017-11-06 19:00:41 -05:00 committed by GitHub
parent 15ce8137b9
commit 15d12bee18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;