roneos
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs Groups
lightSensorCalibration.h
1 
8 #define CALIBRATION_COUNT 8
9 
10 const uint16 lightSensorCalibrationData[][5] = {
11  {62, 105, 66, 374, 194},
12  {63, 139, 132, 132, 143},
13  {64, 146, 239, 612, 102},
14  {65, 103, 62, 390, 196},
15  {66, 146, 239, 612, 102},
16  {67, 106, 184, 145, 185},
17  {68, 80, 154, 187, 178},
18  {0, 0, 0, 0, 0}
19 };