BMP280 Code cleanup
commitd08f3da042c1c3640ab9ce2f60cb178ed3299458
authorRomolo Manfredini <romoloman@users.noreply.github.com>
Sun, 20 Feb 2022 19:20:53 +0000 (20 20:20 +0100)
committerRomolo Manfredini <romoloman@users.noreply.github.com>
Sun, 20 Feb 2022 19:20:53 +0000 (20 20:20 +0100)
tree153c1579888f6e099ae4ac5cb363934917268d4f
parent99b5632b3b1ae6b741777cfc3f562a01a6909704
BMP280 Code cleanup

Removed  I2C_BMP280_ADR constant from oXs_bmp280.cpp using instead BMP280_ADR from header file, BMP280_ADR can be defined also in oXs_config_advanced.h
Set the default to 0x76 as most of the sensors in the market use 0x76 as default
Reindented code
openXsensor/oXs_bmp280.cpp
openXsensor/oXs_bmp280.h