Bチーム手動機

Dependencies:   PID R1370 mechanism ikarashiMDC_2byte_ver states omni_wheel PS3

Committer:
THtakahiro702286
Date:
Fri Sep 13 03:06:08 2019 +0000
Revision:
1:e1aa7354dc9d
Parent:
0:b8dc3751805c
syudo;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
THtakahiro702286 1:e1aa7354dc9d 1 #include "mbed.h"
THtakahiro702286 0:b8dc3751805c 2 #include "states.h"
THtakahiro702286 0:b8dc3751805c 3 States state;
THtakahiro702286 1:e1aa7354dc9d 4 int main()//{while(1){state.move();}}
THtakahiro702286 1:e1aa7354dc9d 5 {state.move();}