Adxl357 Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
I2C Accelerometer ADXL357
public class Adxl357 : IDisposable
type Adxl357 = class
interface IDisposable
Public Class Adxl357
Implements IDisposable
- Inheritance
-
Adxl357
- Implements
Adxl357(I2c |
Constructs a ADXL357 I2C device. |
DefaultI2CAddress |
The default I2C address of ADXL357 device |
Acceleration |
Gets the current acceleration in g. Range depends on the AccelerometerRange passed to the constructor. |
Accelerometer |
Gets or sets the sensitivity of the accelerometer. |
Temperature |
Gets the current temperature in °C. Range is from −40°C to +125°C. |
Calibrate |
Calibrates the accelerometer.
You can override default |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |