Start project for Racing Robots

Dependencies:   mbed RacingRobotsLib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "robot_logic.h"
00002  
00003 void init()
00004 {
00005    //put your initialization logic here
00006 }
00007  
00008 void loop()
00009 {
00010     //put your robot control logic here    
00011 }