C# Class Microsoft.Maker.Devices.I2C.Mpl3115a2.Mpl3115a2

MPL3115A2 precision altimeter IC http://cache.freescale.com/files/sensors/doc/data_sheet/MPL3115A2.pdf
Mostrar archivo Open project: ms-iot/mpl3115a2 Class Usage Examples

Private Properties

Property Type Description
BeginAsyncHelper Task

Public Methods

Method Description
BeginAsync ( ) : IAsyncOperation

Initialize the Mpl3115a2 device.

Mpl3115a2 ( string i2cBusName ) : System

Constructs Mpl3115a2 with I2C bus identified

Private Methods

Method Description
BeginAsyncHelper ( ) : Task

Private helper to initialize the altimeter device.

Setup and instantiate the I2C device object for the MPL3115A2.

Method Details

BeginAsync() public method

Initialize the Mpl3115a2 device.
public BeginAsync ( ) : IAsyncOperation
return IAsyncOperation

Mpl3115a2() public method

Constructs Mpl3115a2 with I2C bus identified
public Mpl3115a2 ( string i2cBusName ) : System
i2cBusName string /// The bus name to provide to the enumerator ///
return System