A copy of blinky example for demo

Files at this revision

API Documentation at this revision

Comitter:
Sam_Chu
Date:
Mon Apr 16 17:50:55 2018 +0000
Commit message:
a copy of blinky example for demo

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
diff -r 000000000000 -r e1d558cc79fa main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Apr 16 17:50:55 2018 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+
+DigitalOut led1(LED1);
+
+// main() runs in its own thread in the OS
+int main() {
+    while (true) {
+        led1 = !led1;
+        wait(0.5);
+    }
+}
\ No newline at end of file
diff -r 000000000000 -r e1d558cc79fa mbed-os.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os.lib	Mon Apr 16 17:50:55 2018 +0000
@@ -0,0 +1,1 @@
+https://github.com/armmbed/mbed-os/#f9ee4e849f8cbd64f1ec5fdd4ad256585a208360