Flasher program

Revision:
0:12b1e28e7e15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Oct 26 16:03:59 2018 +0000
@@ -0,0 +1,7 @@
+#include "mbed.h"
+#include "Flasher.h"
+Flasher led(LED2);
+int main() {
+led.flash(5);
+led.flash(2);
+}
\ No newline at end of file