小林 励のロボット

Dependencies:   PID R1370 wheelUnit states Controller ikarashiMDC omni_wheel

Committer:
THtakahiro702286
Date:
Thu Jul 11 09:20:23 2019 +0000
Revision:
3:fb27330d8a54
Parent:
0:b79e7a94a6a4
start work together neko

Who changed what in which revision?

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