Dependencies:   Flasher mbed

Files at this revision

API Documentation at this revision

Comitter:
mankk141
Date:
Tue Jun 21 00:35:51 2016 +0000
Commit message:
2

Changed in this revision

Flasher.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/Flasher.lib	Tue Jun 21 00:35:51 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/mankk141/code/Flasher/#54bbedc13888
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Jun 21 00:35:51 2016 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "Flasher.h"
+ 
+Flasher led(LED2);
+ 
+int main() {
+    led.flash(5);
+    led.flash(2);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Jun 21 00:35:51 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file