33#ifndef BME_TWO_EIGHTY_DOT_H
34#define BME_TWO_EIGHTY_DOT_H
uint16_t bme280_get_humidity(void)
Fetches the latest humidity data from the sensor, compensates and formats the data as RH * 100.
void init_bme280(void)
Initialise the device ready for measurements to be taken.
int16_t bme280_get_temperature(void)
Fetches the latest temperature data from the sensor, compensates and formats the data in degrees Celc...
uint16_t bme280_get_pressure(void)
Fetches the latest pressure data from the sensor, compensates and formats the data as Pa * 100.