AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

board/Key.cpp

Committer:
sillevl
Date:
2014-12-13
Revision:
4:2c91c9eccf3a

File content as of revision 4:2c91c9eccf3a:

#include "Key.h"

Key::Key(PinName keyPin): Button(keyPin){
    
    
}