C# 클래스 Emlid.WindowsIot.Hardware.Boards.Navio.NavioBarometerDevice

Navio barometric pressure and temperature sensor (MS5611 hardware device), connected via I2C.
상속: Emlid.WindowsIot.Hardware.Components.Ms5611.Ms5611Device
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MeasurementUpdated EventHandler

보호된 메소드들

메소드 설명
Calculate ( int rawPressure, int rawTemperature ) : void

Performs calculation then fires the MeasurementUpdated event.

비공개 메소드들

메소드 설명
NavioBarometerDevice ( ) : System

메소드 상세

Calculate() 보호된 메소드

Performs calculation then fires the MeasurementUpdated event.
protected Calculate ( int rawPressure, int rawTemperature ) : void
rawPressure int
rawTemperature int
리턴 void

프로퍼티 상세

MeasurementUpdated 공개적으로 프로퍼티

Fired when a new measurement is calculated.
public EventHandler MeasurementUpdated
리턴 EventHandler