push switc
Dependents: NJU6063_HelloWorld
Diff: Switch.h
- Revision:
- 3:952d0895e274
- Parent:
- 2:74f6d3b45803
--- a/Switch.h Mon Jan 18 05:07:38 2016 +0000 +++ b/Switch.h Mon Jan 25 08:59:31 2016 +0000 @@ -18,7 +18,7 @@ public: Switch( PinName sw0, PinName sw1); ~Switch(){}; - void init(void); + void begin(void); void swcheck(void); uint8_t negedge(uint8_t no); uint8_t posedge(uint8_t no);