Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

Committer:
inst
Date:
Fri Nov 13 08:17:16 2015 +0000
Revision:
6:05f1ca7fc0a7
Parent:
3:74976774f006

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
inst 0:bf802656c285 1 #include "OBROT.h"
inst 0:bf802656c285 2
inst 0:bf802656c285 3 int main(){
inst 0:bf802656c285 4 while ( true ){
inst 3:74976774f006 5 OBROT::getInstance()->update();
inst 0:bf802656c285 6 }
inst 0:bf802656c285 7 return 0;
inst 0:bf802656c285 8 }