AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

board/Button.h

Committer:
sillevl
Date:
2014-12-13
Revision:
4:2c91c9eccf3a
Child:
11:50572814f73e

File content as of revision 4:2c91c9eccf3a:

#ifndef BUTTON_H
#define BUTTON_H

#include "mbed.h"

class Button{
    public:
    Button(PinName buttonPin);    
    
};

#endif