C# 클래스 Microsoft.Maker.Devices.I2C.Mpl3115a2.Mpl3115a2

MPL3115A2 precision altimeter IC http://cache.freescale.com/files/sensors/doc/data_sheet/MPL3115A2.pdf
파일 보기 프로젝트 열기: ms-iot/mpl3115a2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginAsyncHelper Task

공개 메소드들

메소드 설명
BeginAsync ( ) : IAsyncOperation

Initialize the Mpl3115a2 device.

Mpl3115a2 ( string i2cBusName ) : System

Constructs Mpl3115a2 with I2C bus identified

비공개 메소드들

메소드 설명
BeginAsyncHelper ( ) : Task

Private helper to initialize the altimeter device.

Setup and instantiate the I2C device object for the MPL3115A2.

메소드 상세

BeginAsync() 공개 메소드

Initialize the Mpl3115a2 device.
public BeginAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

Mpl3115a2() 공개 메소드

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