Simple test application for the STMicroelectronics X-NUCLEO-LED61A1 LED Control Expansion Board, built against mbed OS.

Dependencies:   X_NUCLEO_LED61A1

Fork of HelloWorld_LED61A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Mon Jul 03 11:50:37 2017 +0000
Parent:
17:a338619c7cab
Commit message:
mbedOS

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
diff -r a338619c7cab -r 9a815b31ba7d main.cpp
--- a/main.cpp	Mon May 08 16:17:18 2017 +0000
+++ b/main.cpp	Mon Jul 03 11:50:37 2017 +0000
@@ -41,6 +41,7 @@
 
 /* mbed specific header files. */
 #include "mbed.h"
+#include "rtos.h"
 
 /* Component specific header files. */
 #include "Led6001.h"
diff -r a338619c7cab -r 9a815b31ba7d mbed-os.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os.lib	Mon Jul 03 11:50:37 2017 +0000
@@ -0,0 +1,1 @@
+https://github.com/ARMmbed/mbed-os/#c9e63f14085f5751ff5ead79a7c0382d50a813a2
diff -r a338619c7cab -r 9a815b31ba7d mbed.bld
--- a/mbed.bld	Mon May 08 16:17:18 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/165afa46840b
\ No newline at end of file