Reference Language | Libraries | Comparison | Changes
Sets the value of gyro offset
CurieIMU.setGyroOffset(int axis, int offset)
axis: the target axis. Can be one of these values:
offset: the value of the offset to be set. Valid values are from -31.25 °/s to +31.25 °/s in discrete steps of 0.061 °/s.
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.