Library for getting temperature and pressure values from Bosch BMP180 barometer.

Dependents:   WeatherStation WeatherStation1 ProjectD Weather_Station ... more

History

Added DEBUG mode to check algorithm and compare to data sheet value.; Uncomment #define DEBUG in header file.; Confirmed agreement with data sheet values. default tip

2015-03-14, by eencae [Sat, 14 Mar 2015 12:57:44 +0000] rev 3

Added DEBUG mode to check algorithm and compare to data sheet value.; Uncomment #define DEBUG in header file.; Confirmed agreement with data sheet values.


-Added in test data from data sheet (algorithm matches solution presented in data sheet).; -Swapped int for int32_t to be sure of size.; -Replaced dividing by powers of 2 by bit-shifting.;

2015-03-13, by eencae [Fri, 13 Mar 2015 18:44:57 +0000] rev 2

-Added in test data from data sheet (algorithm matches solution presented in data sheet).; -Swapped int for int32_t to be sure of size.; -Replaced dividing by powers of 2 by bit-shifting.;


Added example code.

2015-03-08, by eencae [Sun, 08 Mar 2015 16:14:36 +0000] rev 1

Added example code.


Initial commit. Library for getting temperature and pressure values from Bosch BMP180 barometer.

2015-03-08, by eencae [Sun, 08 Mar 2015 16:11:49 +0000] rev 0

Initial commit. Library for getting temperature and pressure values from Bosch BMP180 barometer.