AirsoftTimer software based on mbed
Dependencies: mbed TextLCD keypad
board/Key.h
- Committer:
- sillevl
- Date:
- 2017-02-09
- Revision:
- 27:f29805113454
- Parent:
- 4:2c91c9eccf3a
File content as of revision 27:f29805113454:
#ifndef KEY_H #define KEY_H #include "Button.h" class Key : public Button{ public: Key(PinName keyPin); }; #endif