AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

board/Key.cpp

Committer:
sillevl
Date:
2017-02-09
Revision:
27:f29805113454
Parent:
4:2c91c9eccf3a

File content as of revision 27:f29805113454:

#include "Key.h"

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