C# Class Emlid.WindowsIot.Hardware.Boards.Navio.NavioBarometerDevice

Navio barometric pressure and temperature sensor (MS5611 hardware device), connected via I2C.
Inheritance: Emlid.WindowsIot.Hardware.Components.Ms5611.Ms5611Device
Exibir arquivo Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Public Properties

Property Type Description
MeasurementUpdated EventHandler

Protected Methods

Method Description
Calculate ( int rawPressure, int rawTemperature ) : void

Performs calculation then fires the MeasurementUpdated event.

Private Methods

Method Description
NavioBarometerDevice ( ) : System

Method Details

Calculate() protected method

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

Property Details

MeasurementUpdated public_oe property

Fired when a new measurement is calculated.
public EventHandler MeasurementUpdated
return EventHandler