NEKODESU

Dependencies:   PID R1370 wheelUnit states Controller ikarashiMDC omni_wheel

main.cpp

Committer:
THtakahiro702286
Date:
2019-07-08
Revision:
0:b79e7a94a6a4

File content as of revision 0:b79e7a94a6a4:

#include "mbed.h"
#include "states.h"

States state;

int main()
{
    while(1)
    {
        state.move();
    }
}