Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Locate Move Servo button mbed
Fork of ARAI45th by
main.cpp
- Committer:
- choutin
- Date:
- 2016-09-07
- Revision:
- 12:456d651ef4f0
- Parent:
- 10:118d86939032
File content as of revision 12:456d651ef4f0:
#include "mbed.h" #include "math.h" #include "locate.h" #include "move.h" #include "servo.h" #include "button.h" int main() { setup(); initmotor(); while(1){ armdegree(12*phaseSW()); handdegree(12*phaseSW()); beltdegree(12*phaseSW()); } }