Start project for Racing Robots

Dependencies:   mbed RacingRobotsLib

main.cpp

Committer:
sillevl
Date:
2015-06-01
Revision:
1:5127c5d14558
Parent:
0:c4cb63d326cc

File content as of revision 1:5127c5d14558:

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