striscia led

Dependencies:   X_NUCLEO_LED61A1 mbed

Fork of HelloWorld_LED61A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Fri Mar 11 15:59:03 2016 +0000
Parent:
12:d28dbc1357d8
Child:
14:c1a43abb901f
Commit message:
+ Updated with the new version of the library.

Changed in this revision

X_NUCLEO_LED61A1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_LED61A1.lib	Mon Feb 15 15:58:23 2016 +0000
+++ b/X_NUCLEO_LED61A1.lib	Fri Mar 11 15:59:03 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ST/code/X_NUCLEO_LED61A1/#e7e23795cbe4
+https://developer.mbed.org/teams/ST/code/X_NUCLEO_LED61A1/#92258fc2548e
--- 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);