Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_LED61A1
Fork of HelloWorld_LED61A1 by
Diff: main.cpp
- Revision:
- 13:97083451e538
- Parent:
- 7:7a608b07fa9f
- Child:
- 14:c1a43abb901f
diff -r d28dbc1357d8 -r 97083451e538 main.cpp
--- a/main.cpp Mon Feb 15 15:58:23 2016 +0000
+++ b/main.cpp Fri Mar 11 15:59:03 2016 +0000
@@ -180,7 +180,7 @@
printf("LED Control Application Example\r\n\n");
/* Initializing LED Control Component. */
- led = new LED6001(D4, A3, D6, D5);
+ led = new LED6001(D4, A3, D7, D5);
if (led->Init() != COMPONENT_OK)
exit(EXIT_FAILURE);
