AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

board/Buzzer.h

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

File content as of revision 4:2c91c9eccf3a:

#ifndef BUZZER_H
#define BUZZER_H

#include "mbed.h"

class Buzzer{

    public:
    Buzzer(PinName buzzerPin);    
};

#endif