Racing Robots Session

Dependencies:   m3pi mbed

Fork of racing_robots by Nico De Witte

Committer:
dwini
Date:
Mon Feb 23 14:37:37 2015 +0000
Revision:
2:356bb8d99326
Parent:
1:43c91152e9ce
Add implementation of calibrate, pid and drive control. Not working as it should !

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dwini 0:c0ae66a0ec7a 1 #include "mbed.h"
dwini 0:c0ae66a0ec7a 2 #include "m3pi.h"
dwini 0:c0ae66a0ec7a 3 #include "robot_logic.h"
dwini 0:c0ae66a0ec7a 4
dwini 0:c0ae66a0ec7a 5 #ifndef H_RACING_ROBOTS
dwini 0:c0ae66a0ec7a 6 #define H_RACING_ROBOTS
dwini 0:c0ae66a0ec7a 7
dwini 0:c0ae66a0ec7a 8 #endif