AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Committer:
sillevl
Date:
Sat Dec 13 12:24:37 2014 +0000
Revision:
5:be598835bab0
Parent:
4:2c91c9eccf3a
Child:
10:afc22465169e
Refactored game board (all hardware) and added abstract game class

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 4:2c91c9eccf3a 1 #include "Buzzer.h"
sillevl 4:2c91c9eccf3a 2
sillevl 4:2c91c9eccf3a 3 Buzzer::Buzzer(PinName buzzerPin){
sillevl 4:2c91c9eccf3a 4
sillevl 5:be598835bab0 5 }
sillevl 5:be598835bab0 6
sillevl 5:be598835bab0 7 void Buzzer::startupBeep(){
sillevl 5:be598835bab0 8
sillevl 4:2c91c9eccf3a 9 }