Start project for Racing Robots

Dependencies:   mbed RacingRobotsLib

main.cpp

Committer:
sillevl
Date:
2015-06-01
Revision:
0:c4cb63d326cc

File content as of revision 0:c4cb63d326cc:

#include "robot_logic.h"
 
void init()
{
   //put your initialization logic here
}
 
void loop()
{
    //put your robot control logic here    
}