upm
0.4.1
Sensor/Actuator repository for libmraa (v0.8.0)
|
API for the ITG-3200 3-Axis Digital Gyroscope. More...
InvenSense* ITG-3200 is a 3-axis digital gyroscope. (https://www.sparkfun.com/datasheets/Sensors/Gyro/PS-ITG-3200-00-01.4.pdf) This sensor has been tested and can run at either 3.3V or 5V on Intel(R) Galileo.
However, it is incompatible with and not detected on the I2C bus by Intel(R) Edison using the Arduino* breakout board.
Public Member Functions | |
synchronized void | delete () |
Itg3200 (int bus) | |
void | calibrate () |
float | getTemperature () |
float[] | getRotation () |
short[] | getRawValues () |
short | getRawTemp () |
int | update () |
void calibrate | ( | ) |
Calibrates the sensor to 0 on all axes. The sensor needs to be resting for accurate calibration. It takes about 3 seconds and is also called by the constructor on object creation.
short getRawTemp | ( | ) |
Returns an int that contains the raw register value for the temperature
short [] getRawValues | ( | ) |
Returns a pointer to an int[3] that contains raw register values for X, Y, and Z
float [] getRotation | ( | ) |
Returns a pointer to a float[3] that contains computed rotational speeds (angular velocities)
float getTemperature | ( | ) |
Returns the temperature reading, in Celsius, from the integrated temperature sensor
int update | ( | ) |
Updates the rotational values and temperature by reading from the I2C bus