public sealed class MPUSensor : ContinuousSensorPublic NotInheritable Class MPUSensor
Inherits ContinuousSensor[<SealedAttribute>]
type MPUSensor =
class
inherit ContinuousSensor
end| Accel | Reports accelerometer readings from an MPU6050 sensor. |
| Gyro | Reports gyrometer readings from an MPU6050 sensor. |
| IsEnabled |
Returns true if the sensor has been enabled.
(Inherited from ContinuousSensor) |
| IsReady |
Returns true if the sensor values are available for reading.
(Inherited from ContinuousSensor) |
| Disable |
Stops the MPU6050 sensor from reporting readings.
(Overrides ContinuousSensorDisable) |
| Enable |
Enables the MPU6050 sensor to begin reporting readings.
(Overrides ContinuousSensorEnable) |