blinking leds

Dependencies:   Blinker HelloWorld mbed

Files at this revision

API Documentation at this revision

Comitter:
2bv14ei073
Date:
Thu Dec 01 15:00:30 2016 +0000
Commit message:
blinking leds

Changed in this revision

Blinker.lib Show annotated file Show diff for this revision Revisions of this file
HelloWorld.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Blinker.lib	Thu Dec 01 15:00:30 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/2bv14ei073/code/Blinker/#190915d53c0b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HelloWorld.lib	Thu Dec 01 15:00:30 2016 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/simon/code/HelloWorld/#03c191369089
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Dec 01 15:00:30 2016 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "Blinker.h"
+Blinker led(LED2);
+ 
+int main() {
+    led.blink(5);
+    led.blink(2);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Dec 01 15:00:30 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/d75b3fe1f5cb
\ No newline at end of file