OS更新しない状態ならCLIできるかなと思った

Dependencies:   PID R1370 mechanism ikarashiMDC_2byte_ver states omni_wheel PS3

main.cpp

Committer:
THtakahiro702286
Date:
2019-09-10
Revision:
0:436bb5bf2bd9
Child:
1:efb7718fd956

File content as of revision 0:436bb5bf2bd9:

#include "states.h"
States state;
int main(){while(1){state.move();}}