Code for our FYDP -only one IMU works right now -RTOS is working

Dependencies:   mbed

robot/calibration/bot08_cal.h

Committer:
majik
Date:
2015-03-18
Revision:
0:964eb6a2ef00

File content as of revision 0:964eb6a2ef00:

#ifndef CAL_H
#define CAL_H

#define L_MOTOR_SCALE               0.85
#define R_MOTOR_SCALE               1

#define L_MOUSE_PX_PER_MM           14.474   //pixels per mm
#define R_MOUSE_PX_PER_MM           12.406  //pixels per mm

#define MOUSE_DISTANCE              30     //mm

#endif