AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Key.cpp Source File

Key.cpp

00001 #include "Key.h"
00002 
00003 Key::Key(PinName keyPin): Button(keyPin){
00004     
00005     
00006 }