Start project for Racing Robots

Dependencies:   mbed RacingRobotsLib

Committer:
sillevl
Date:
Mon Jun 01 10:15:00 2015 +0000
Revision:
1:5127c5d14558
Parent:
0:c4cb63d326cc
changed filenames to mbed style names

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 0:c4cb63d326cc 1 #include "robot_logic.h"
sillevl 0:c4cb63d326cc 2
sillevl 0:c4cb63d326cc 3 void init()
sillevl 0:c4cb63d326cc 4 {
sillevl 0:c4cb63d326cc 5 //put your initialization logic here
sillevl 0:c4cb63d326cc 6 }
sillevl 0:c4cb63d326cc 7
sillevl 0:c4cb63d326cc 8 void loop()
sillevl 0:c4cb63d326cc 9 {
sillevl 0:c4cb63d326cc 10 //put your robot control logic here
sillevl 0:c4cb63d326cc 11 }