The I2C library for interfacing with the BMP280 only works for delivering raw 32 bit values for temperature and pressure. The built in functions for converting these raw units into degrees C and Pascals/mmHg is broken.
Empirically, the raw values are changing with a change in the environment, so the sensor seems to be working. The issue is just getting human readable numbers from the library.
The I2C library for interfacing with the BMP280 only works for delivering raw 32 bit values for temperature and pressure. The built in functions for converting these raw units into degrees C and Pascals/mmHg is broken.
Empirically, the raw values are changing with a change in the environment, so the sensor seems to be working. The issue is just getting human readable numbers from the library.