涼太郎 中村
/
9_6test
a
Fork of ARAI45th by
main.cpp
- Committer:
- choutin
- Date:
- 2016-09-03
- Revision:
- 4:db36396371e0
- Parent:
- 3:56b034c41dc5
File content as of revision 4:db36396371e0:
#include "mbed.h" #include "locate.h" #include "math.h" #include "function.h" int main(){ movelength(30); while(1){ open_arm(); close_hand(); movelength(1); wait(1); close_arm(); open_hand(); movelength(255); wait(1); } return 0; }