Dependents:   NJU6063_HelloWorld

Revision:
2:74f6d3b45803
Parent:
1:511798f6c248
Child:
3:952d0895e274
--- a/Switch.h	Sat Jan 09 07:40:19 2016 +0000
+++ b/Switch.h	Mon Jan 18 05:07:38 2016 +0000
@@ -18,7 +18,7 @@
 public:
     Switch( PinName sw0, PinName sw1);
     ~Switch(){};
-
+    void init(void);
     void swcheck(void);
     uint8_t negedge(uint8_t no);
     uint8_t posedge(uint8_t no);