alternative led blinking

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
vaishnavimk
Date:
Sat Dec 03 06:10:14 2016 +0000
Parent:
0:e58bf32335e7
Commit message:
library;

Changed in this revision

mbed_vaish.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_vaish.cpp	Sat Dec 03 06:10:14 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef MBED_VAISH
+#define MBED_VAISH
+ 
+#include "mbed.h"
+ 
+class mbed_vaish {
+public:
+    mbed_vaish(PinName pin);
+    void fun(int n);
+  
+private:  
+    DigitalOut _pin;
+};
+ 
+#endif
\ No newline at end of file