tarou yamada / Mbed 2 deprecated OBROT_ALL

Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "OBROT.h"
00002 
00003 int main(){
00004     while ( true ){
00005         OBROT::getInstance()->update();
00006     }
00007     return 0;
00008 }