Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

Committer:
inst
Date:
Thu Oct 15 08:24:13 2015 +0000
Revision:
3:74976774f006
Parent:
0:bf802656c285
Child:
6:05f1ca7fc0a7
last update

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
inst 0:bf802656c285 8 return 0;
inst 0:bf802656c285 9 }