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

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

Private Properties

Свойство Type Description
BeginAsyncHelper Task

Méthodes publiques

Méthode Description
BeginAsync ( ) : IAsyncOperation

Initialize the Mpl3115a2 device.

Mpl3115a2 ( string i2cBusName ) : System

Constructs Mpl3115a2 with I2C bus identified

Private Methods

Méthode Description
BeginAsyncHelper ( ) : Task

Private helper to initialize the altimeter device.

Setup and instantiate the I2C device object for the MPL3115A2.

Method Details

BeginAsync() public méthode

Initialize the Mpl3115a2 device.
public BeginAsync ( ) : IAsyncOperation
Résultat IAsyncOperation

Mpl3115a2() public méthode

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