Revision 12f8537c
examples/bunny/processing/cuberotate/cuberotate.pde | ||
---|---|---|
135 | 135 |
int sysCal = int(list[1]); |
136 | 136 |
int gyroCal = int(list[2]); |
137 | 137 |
int accelCal = int(list[3]); |
138 |
int magCal = int(list[4]);
|
|
138 |
int magCal = int(trim(list[4]));
|
|
139 | 139 |
calLabel.setText("Calibration: Sys=" + sysCal + " Gyro=" + gyroCal + " Accel=" + accelCal + " Mag=" + magCal); |
140 | 140 |
} |
141 | 141 |
} |
Also available in: Unified diff