Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

main.cpp

Committer:
inst
Date:
2015-11-13
Revision:
6:05f1ca7fc0a7
Parent:
3:74976774f006

File content as of revision 6:05f1ca7fc0a7:

#include "OBROT.h"

int main(){
    while ( true ){
        OBROT::getInstance()->update();
    }
    return 0;
}