a
Dependents: 3servotest 1stcomp 3rdcompfixstart 2ndcomp ... more
Fork of button by
Diff: button.h
- Revision:
- 3:cdeb282335a6
- Parent:
- 0:8981bbe3e60e
--- a/button.h Fri Sep 09 11:41:03 2016 +0000 +++ b/button.h Fri Sep 16 08:50:15 2016 +0000 @@ -6,4 +6,10 @@ void buzzer(bool on); -bool start(); \ No newline at end of file +bool start(); + +int get_phase(); + +void initbutton(); + +void commandIn(int command[3]); \ No newline at end of file