|
| | Soldered_BMP280 (TwoWire &twoWire=Wire) |
| |
| | Soldered_BMP280 (uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) |
| |
| | Soldered_BMP280 (uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) |
| |
| uint8_t | begin () |
| | BMP280 library initializer function.
|
| |
| | BMP280_DEV (TwoWire &twoWire=Wire) |
| |
| | BMP280_DEV (uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) |
| |
| | BMP280_DEV (uint8_t cs) |
| |
| | BMP280_DEV (uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) |
| |
| | BMP280_DEV (uint8_t cs, uint8_t spiPort, SPIClass &spiClass) |
| |
| uint8_t | begin (Mode mode=SLEEP_MODE, Oversampling presOversampling=OVERSAMPLING_X16, Oversampling tempOversampling=OVERSAMPLING_X2, IIRFilter iirFilter=IIR_FILTER_OFF, TimeStandby timeStandby=TIME_STANDBY_05MS) |
| |
| uint8_t | begin (Mode mode, uint8_t addr) |
| |
| uint8_t | begin (uint8_t addr) |
| |
| void | reset () |
| |
| void | startNormalConversion () |
| |
| void | startForcedConversion () |
| |
| void | stopConversion () |
| |
| void | setPresOversampling (Oversampling presOversampling) |
| |
| void | setTempOversampling (Oversampling tempOversampling) |
| |
| void | setIIRFilter (IIRFilter iirFilter) |
| |
| void | setTimeStandby (TimeStandby timeStandby) |
| |
| void | setSeaLevelPressure (float pressure=1013.23f) |
| |
| void | getCurrentTemperature (float &temperature) |
| |
| uint8_t | getTemperature (float &temperature) |
| |
| void | getCurrentPressure (float &pressure) |
| |
| uint8_t | getPressure (float &pressure) |
| |
| void | getCurrentTempPres (float &temperature, float &pressure) |
| |
| uint8_t | getTempPres (float &temperature, float &pressure) |
| |
| void | getCurrentAltitude (float &altitude) |
| |
| uint8_t | getAltitude (float &altitude) |
| |
| void | getCurrentMeasurements (float &temperature, float &pressure, float &altitude) |
| |
| uint8_t | getMeasurements (float &temperature, float &pressure, float &altitude) |
| |
| | Device (TwoWire &twoWire) |
| |
| | Device (uint8_t sda, uint8_t scl, TwoWire &twoWire) |
| |
| | Device (uint8_t cs) |
| |
| | Device (uint8_t sda, uint8_t scl, TwoWire &twoWire) |
| |
| | Device (uint8_t cs, uint8_t spiPort, SPIClass &spiClass) |
| |
| void | setClock (uint32_t clockSpeed) |
| |