Dependents: NJU6063_HelloWorld
Diff: Switch.h
- Revision:
- 1:511798f6c248
- Parent:
- 0:185d28cb4740
- Child:
- 2:74f6d3b45803
--- a/Switch.h Sat Jan 09 04:03:13 2016 +0000 +++ b/Switch.h Sat Jan 09 07:40:19 2016 +0000 @@ -20,10 +20,10 @@ ~Switch(){}; void swcheck(void); - uint8_t negedge(uint8_t swno); - uint8_t posedge(uint8_t swno); - void clear(uint8_t swno); - uint8_t level(uint8_t swno); + uint8_t negedge(uint8_t no); + uint8_t posedge(uint8_t no); + void clear(uint8_t no); + uint8_t level(uint8_t no); }; #endif //MBED_SWITCH_H