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

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bot32_cal.h Source File

bot32_cal.h

00001 #ifndef CAL_H
00002 #define CAL_H
00003 
00004 #define L_MOTOR_SCALE               1
00005 #define R_MOTOR_SCALE               0.94
00006 
00007 #define L_MOUSE_PX_PER_MM           9.593   //pixels per mm
00008 #define R_MOUSE_PX_PER_MM           10.51  //pixels per mm
00009 
00010 #define MOUSE_DISTANCE              30     //mm
00011 
00012 #endif