Interface | Description |
---|---|
SensorUpdateListener |
Gets notified when a sensor has been updated.
|
SensorValueChangedListener |
Gets notified when a sensor has been updated.
|
Class | Description |
---|---|
Accelerometer |
Default Accelerometer for HB.
|
AccelerometerListener |
Creates an accelerometer listener.
|
AccelerometerSimulator | |
DataSmoother |
Creates an efficient data smoother that doe not require iteration through an array to get average
|
Gyroscope |
Default Accelerometer for HB.
|
GyroscopeListener |
Creates an gyoscope listener.
|
GyroscopeSimulator | |
HTS221 |
The HTS221 is the humidity and temperature sensor on the Raspberry Pi Sensehat.
|
LPS25H |
The LPS25H is the pressure sensor (barometer) on the Raspberry Pi Sensehat.
|
LSM6DS33 |
This device exists on the MiniMu v5 board
|
LSM9DS1 |
The LSM9DS1 is the IMU sensor on the Raspberry Pi Sensehat.
|
Magnetometer |
Default Accelerometer for HB.
|
MagnetometerSimulator | |
MiniMU | |
Sensor |
Abstract base class for types of things that are sensors.
|
Enum | Description |
---|---|
HTS221.HTS221ControlRegistry1 | |
HTS221.HTS221HumidityResolutionMode | |
HTS221.HTS221TemperatureResolutionMode | |
LPS25H.LPS25HControlRegistry1 |
Exception | Description |
---|---|
SensorNotFoundException |
An exception indicating that a sensor could not be found
|