Property | Type | Description | |
---|---|---|---|
calibration | calib_data | ||
t_fine | int |
Property | Type | Description | |
---|---|---|---|
EnsureInitializedAsync | System.Threading.Tasks.Task | ||
GetPressure | double | ||
Initialise | void | ||
Read16_LE | ushort | ||
Read24 | |||
ReadS16 | short |
Method | Description | |
---|---|---|
BMP280 ( int i2cAddress = 0x77 ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
GetTemperature ( ) : double | ||
InitiliseRegisters ( ) : void | ||
Read16 ( Register reg ) : ushort | ||
Read8 ( Register reg ) : byte | ||
ReadCoefficients ( ) : void | ||
ReadS16_LE ( Register reg ) : short | ||
Write8 ( Register reg, byte value ) : void |
Method | Description | |
---|---|---|
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task | ||
GetPressure ( ) : double | ||
Initialise ( ) : void | ||
Read16_LE ( Register reg ) : ushort | ||
Read24 ( Register reg ) : |
||
ReadS16 ( Register reg ) : short |
public BMP280 ( int i2cAddress = 0x77 ) : System | ||
i2cAddress | int | |
return | System |
protected ReadS16_LE ( Register reg ) : short | ||
reg | Register | |
return | short |
protected Write8 ( Register reg, byte value ) : void | ||
reg | Register | |
value | byte | |
return | void |