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
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT Class Usage Examples

Méthodes publiques

Свойство Type Description
MeasurementUpdated EventHandler

Méthodes protégées

Méthode Description
Calculate ( int rawPressure, int rawTemperature ) : void

Performs calculation then fires the MeasurementUpdated event.

Private Methods

Méthode Description
NavioBarometerDevice ( ) : System

Method Details

Calculate() protected méthode

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

Property Details

MeasurementUpdated public_oe property

Fired when a new measurement is calculated.
public EventHandler MeasurementUpdated
Résultat EventHandler