a
Dependencies: Locate Move Servo button mbed
Fork of 4thcomp by
main.cpp
- Committer:
- sakanakuuun
- Date:
- 2016-09-06
- Revision:
- 8:21f40f92215f
- Parent:
- 7:43692ae2d20a
- Child:
- 9:94aa6a12b730
File content as of revision 8:21f40f92215f:
#include "mbed.h" #include "math.h" #include "locate.h" #include "move.h" int main() { setup(); initmotor(); wait(1); pmove(600, 0); back(300, 0); while(1) { update(); } }