Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

main.cpp

Committer:
inst
Date:
2015-10-15
Revision:
3:74976774f006
Parent:
0:bf802656c285
Child:
6:05f1ca7fc0a7

File content as of revision 3:74976774f006:

#include "OBROT.h"

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