a

Dependents:   3servotest 1stcomp 3rdcompfixstart 2ndcomp ... more

Fork of button by Tk A

Committer:
choutin
Date:
Sat Sep 17 23:21:13 2016 +0000
Revision:
4:4202cede988e
Parent:
3:cdeb282335a6
?

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sakanakuuun 0:8981bbe3e60e 1 #include "mbed.h"
sakanakuuun 0:8981bbe3e60e 2
sakanakuuun 0:8981bbe3e60e 3 int phaseSW(void);
sakanakuuun 0:8981bbe3e60e 4
sakanakuuun 0:8981bbe3e60e 5 int teamLED();
sakanakuuun 0:8981bbe3e60e 6
sakanakuuun 0:8981bbe3e60e 7 void buzzer(bool on);
sakanakuuun 0:8981bbe3e60e 8
choutin 3:cdeb282335a6 9 bool start();
choutin 3:cdeb282335a6 10
choutin 3:cdeb282335a6 11 int get_phase();
choutin 3:cdeb282335a6 12
choutin 3:cdeb282335a6 13 void initbutton();
choutin 3:cdeb282335a6 14
choutin 3:cdeb282335a6 15 void commandIn(int command[3]);