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