a

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

Fork of button by Tk A

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers button.h Source File

button.h

00001 #include "mbed.h"
00002 
00003 int phaseSW(void);
00004 
00005 int teamLED();
00006 
00007 void buzzer(bool on);
00008 
00009 bool start();
00010 
00011 int get_phase();
00012 
00013 void initbutton();
00014 
00015 void commandIn(int command[3]);