![]() |
Soldered BMP280 Arduino Library 1.0.0
Soldered Arduino library for BMP280 sensor breakout.
|
This is the complete list of members for BMP280_DEV, including all inherited members.
| __pad0__ | BMP280_DEV | |
| address | Device | private |
| begin(Mode mode=SLEEP_MODE, Oversampling presOversampling=OVERSAMPLING_X16, Oversampling tempOversampling=OVERSAMPLING_X2, IIRFilter iirFilter=IIR_FILTER_OFF, TimeStandby timeStandby=TIME_STANDBY_05MS) | BMP280_DEV | |
| begin(Mode mode, uint8_t addr) | BMP280_DEV | |
| begin(uint8_t addr) | BMP280_DEV | |
| bit | BMP280_DEV | |
| bit | BMP280_DEV | |
| bit | BMP280_DEV | |
| bmp280_compensate_P_int64(int32_t adc_P) | BMP280_DEV | private |
| bmp280_compensate_T_int32(int32_t adc_T) | BMP280_DEV | private |
| BMP280_DEV(TwoWire &twoWire=Wire) | BMP280_DEV | |
| BMP280_DEV(uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) | BMP280_DEV | |
| BMP280_DEV(uint8_t cs) | BMP280_DEV | |
| BMP280_DEV(uint8_t sda, uint8_t scl, TwoWire &twoWire=Wire) | BMP280_DEV | |
| BMP280_DEV(uint8_t cs, uint8_t spiPort, SPIClass &spiClass) | BMP280_DEV | |
| comms | Device | private |
| config | BMP280_DEV | private |
| cs | Device | private |
| ctrl_meas | BMP280_DEV | private |
| dataReady() | BMP280_DEV | private |
| Device(TwoWire &twoWire) | Device | |
| Device(uint8_t sda, uint8_t scl, TwoWire &twoWire) | Device | |
| Device(uint8_t cs) | Device | |
| Device(uint8_t sda, uint8_t scl, TwoWire &twoWire) | Device | |
| Device(uint8_t cs, uint8_t spiPort, SPIClass &spiClass) | Device | |
| dig_P1 | BMP280_DEV | |
| dig_P2 | BMP280_DEV | |
| dig_P3 | BMP280_DEV | |
| dig_P4 | BMP280_DEV | |
| dig_P5 | BMP280_DEV | |
| dig_P6 | BMP280_DEV | |
| dig_P7 | BMP280_DEV | |
| dig_P8 | BMP280_DEV | |
| dig_P9 | BMP280_DEV | |
| dig_T1 | BMP280_DEV | |
| dig_T2 | BMP280_DEV | |
| dig_T3 | BMP280_DEV | |
| filter | BMP280_DEV | |
| getAltitude(float &altitude) | BMP280_DEV | |
| getCurrentAltitude(float &altitude) | BMP280_DEV | |
| getCurrentMeasurements(float &temperature, float &pressure, float &altitude) | BMP280_DEV | |
| getCurrentPressure(float &pressure) | BMP280_DEV | |
| getCurrentTemperature(float &temperature) | BMP280_DEV | |
| getCurrentTempPres(float &temperature, float &pressure) | BMP280_DEV | |
| getMeasurements(float &temperature, float &pressure, float &altitude) | BMP280_DEV | |
| getPressure(float &pressure) | BMP280_DEV | |
| getTemperature(float &temperature) | BMP280_DEV | |
| getTempPres(float &temperature, float &pressure) | BMP280_DEV | |
| i2c | Device | private |
| im_update | BMP280_DEV | |
| initialise() | Device | protected |
| measuring | BMP280_DEV | |
| mode | BMP280_DEV | |
| osrs_p | BMP280_DEV | |
| osrs_t | BMP280_DEV | |
| params | BMP280_DEV | private |
| previous_measuring | BMP280_DEV | private |
| READ_MASK | Device | private |
| readByte(uint8_t subAddress) | Device | protected |
| readBytes(uint8_t subAddress, uint8_t *dest, uint16_t count) | Device | protected |
| reg | BMP280_DEV | |
| reset() | BMP280_DEV | |
| scl | Device | private |
| sda | Device | private |
| sea_level_pressure | BMP280_DEV | private |
| setClock(uint32_t clockSpeed) | Device | |
| setConfigRegister(IIRFilter iirFilter, TimeStandby timeStandby) | BMP280_DEV | private |
| setCtrlMeasRegister(Mode mode, Oversampling presOversampling, Oversampling tempOversamping) | BMP280_DEV | private |
| setI2CAddress(uint8_t addr) | Device | protected |
| setIIRFilter(IIRFilter iirFilter) | BMP280_DEV | |
| setMode(Mode mode) | BMP280_DEV | private |
| setPresOversampling(Oversampling presOversampling) | BMP280_DEV | |
| setSeaLevelPressure(float pressure=1013.23f) | BMP280_DEV | |
| setTempOversampling(Oversampling tempOversampling) | BMP280_DEV | |
| setTimeStandby(TimeStandby timeStandby) | BMP280_DEV | |
| spi | Device | private |
| spi3w_en | BMP280_DEV | |
| spiClockSpeed | Device | private |
| spiPort | Device | private |
| startForcedConversion() | BMP280_DEV | |
| startNormalConversion() | BMP280_DEV | |
| status | BMP280_DEV | private |
| stopConversion() | BMP280_DEV | |
| t_fine | BMP280_DEV | private |
| t_sb | BMP280_DEV | |
| WRITE_MASK | Device | private |
| writeByte(uint8_t subAddress, uint8_t data) | Device | protected |