...modified with comments by accident initially..

Fork of BMP180 by Craig Evans

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 4

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 3

-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.;


just a few comments

2015-04-08, by Volcano_498 [Wed, 08 Apr 2015 15:27:34 +0000] rev 2

just a few comments


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.