| Interface | Description |
|---|---|
| Cartesian<T extends java.lang.Number> |
Generic class for a 3D cartesian coordinate system
|
| Class | Description |
|---|---|
| Bmi160SingleAxisGyroMessage |
Container class for gyro data of one axis from the BMI160 chip.
|
| Bmi160SingleAxisMessage |
Container class for accelerometer data of one axis from the BMI160 chip.
|
| Bmi160SingleAxisUnsignedGyroMessage |
Container class for one axis of gyro data from the BMI160 chip that will always be positive.
|
| Bmi160SingleAxisUnsignedMessage |
Container class for one axis of accelerometer data from the BMI160 chip that will always be positive.
|
| Bmi160ThreeAxisGyroMessage |
Container class for gyro data from the BMI160 chip.
|
| Bmi160ThreeAxisMessage |
Container class for accelerometer data from the BMI160 chip.
|
| Bmp280AltitudeMessage |
Container class for altitude data from the BMP280 sensor.
|
| Bmp280PressureMessage |
Container class for pressure data from the BMP280 sensor.
|
| ByteOperation |
Created by etsai on 8/2/2015.
|
| CartesianFloat |
Subclass of the Cartesian interface that reports data as a Float
|
| CartesianShort |
Subclass of the Cartesian interface that reports data as a Short
|
| I2CMessage |
Created by etsai on 8/30/2015.
|
| Mma8452qMovementMessage |
Container class for motion/free fall and shake data from the MMA8452Q chip.
|
| Mma8452qOrientationMessage |
Container class for orientation data from the MMA8452Q chip.
|
| Mma8452qSingleAxisMessage |
Container class for one axis of accelerometer data from the MMA8452Q chip.
|
| Mma8452qSingleAxisUnsignedMessage |
Container class for one axis of accelerometer data from the MMA8452Q chip that will always be positive.
|
| Mma8452qTapMessage |
Container class for tap data from the MMA8452Q chip.
|
| Mma8452qThreeAxisMessage |
Container class for accelerometer data from the MMA8452Q chip.
|
| SignedMessage |
Interprets the data as a signed value.
|
| TemperatureMessage |
Container class for temperature data.
|
| Units |
Units for sensor data
|
| UnsignedMessage |
Interprets the data as an unsigned value.
|