41 Commits

Author SHA1 Message Date
95ae5cc07f Merge pull request #35 from tyeth/bump-version-2023-11-14-20-20-25
Update version number to 1.1.3
1.1.3
2023-11-15 12:53:37 +00:00
fd85c83b7f Bump version number to 1.1.3 2023-11-14 20:20:27 +00:00
e82d4a8c02 Update CI action versions 1.1.2 2023-05-12 11:23:57 -04:00
b207506c80 Update library.properties 1.1.1 2022-05-21 17:40:20 -07:00
66f54a867a Merge pull request #33 from r41d/patch-1
Dependency in library.properties as in BMP280 lib
2022-05-21 10:14:31 -04:00
226f42946e Dependency in library.properties as in BMP280 lib 2022-05-21 13:28:52 +02:00
5fe2dffc3d Merge pull request #31 from adafruit/actionci
Moved to actions, doxyified
1.1.0
2020-06-09 14:26:10 -04:00
e42eabf784 Moved to actions, doxyified 2020-06-09 14:01:03 -04:00
b8ab5a752c Bump to 1.0.1 1.0.1 2020-05-26 13:17:19 -04:00
c741ab30a1 Merge pull request #29 from bryant1410/master
Fix broken headings in Markdown files
2018-05-27 15:08:31 -04:00
5382839aa4 Fix broken Markdown headings 2017-04-16 18:47:34 -03:00
f0601a6f34 Merge pull request #28 from drf5n/master
eliminate warnings for unused X1 X2
2016-11-09 21:43:57 +01:00
388d23d185 eliminate warning for unused X1 X2 2016-11-09 15:00:10 -05:00
60c29b35cc Merge pull request #27 from mozzbozz/patch-1
Fixed spelling mistake in parameter
2016-08-16 15:19:47 -04:00
63a5950422 Fixed spelling mistake in parameter
seaLvel -> seaLevel (was correct in `.cpp`-file)

Please enable all compiler warnings and you will be likely finding such mistakes before pushing the code to github...
2016-08-16 16:07:35 +02:00
76fc220478 Add GitHub issue template 2016-05-27 13:44:16 -07:00
74e0b3e754 Add GitHub pull request template 2016-05-27 13:39:06 -07:00
451f97ce96 Switched min and max values for hPa 2015-08-26 15:06:58 +02:00
d7695a0f0a Automatic library.properties generation. 1.0.0 2015-03-31 12:08:55 -07:00
c3314b9eae Added bool return type to getEvent 2015-03-09 09:23:47 +01:00
67ae2e69a6 Update pressure calculation to use equations from BMP datasheet instead of wikipedia. 2014-09-19 13:57:19 -07:00
cf6e244865 Merge pull request #8 from adafruit/merge_bmp85_fixes
Make temperature & pressure calculation code consistent with non-unified library.
2014-06-12 15:42:53 -07:00
e21848a029 Move B5 calculation to private function and optimize with bit shifts. 2014-06-12 15:40:02 -07:00
da3e7fc813 Merge pull request #5 from bfesser/patch-1
Update Adafruit_BMP085_U.cpp
2014-04-17 13:26:46 -04:00
9c643d86ca Merge pull request #6 from bfesser/patch-2
Update Adafruit_BMP085_U.h
2014-04-17 13:26:37 -04:00
6e3e739daa Update Adafruit_BMP085_U.h
Trinket compatibility via TinyWireM
2014-04-15 18:57:17 -05:00
11917092cd Update Adafruit_BMP085_U.cpp
Trinket compatibility via TinyWireM
2014-04-15 18:56:20 -05:00
15250cef2e Merge pull request #3 from kunosee/master
add another function, which will return seaLevelPressure for a given height
2014-02-27 13:35:06 +08:00
8192b69576 Update Adafruit_BMP085_U.cpp
add new function: float seaLevelForAltitude(float altitude, float atmospheric, float temp);
which converts the measured pressure at a give altitude to sealevel-pressure.
This is useful, when you will use the BMP for weather-reporting.
2014-02-26 15:12:07 +01:00
2f673354d1 Update Adafruit_BMP085_U.h
add new function: float seaLevelForAltitude(float altitude, float atmospheric, float temp);
which converts the measured pressure at a give altitude to sealevel-pressure.
This is useful, when you will use the BMP for weather-reporting.
2014-02-26 15:06:52 +01:00
64d9b9e5bf Update Adafruit_BMP085_U.cpp 2014-02-14 21:22:40 +01:00
217e584677 BMP180! 2014-01-15 10:56:57 -05:00
6ee8e93b0e Added BMP180 to header 2013-11-29 22:10:36 +01:00
d647f20dc0 Added '_U' extension to unified drivers 2013-11-28 19:07:50 +01:00
25bb1f2d79 Updated to use _Unified class names 2013-11-25 23:31:31 +01:00
6ed9be3043 Wrong case for header 2013-06-18 20:44:12 +02:00
123b6711ec Fixed temp calculations 2013-06-18 17:40:11 +02:00
491d1375e7 Added temp compensated altitude calculations 2013-06-17 22:03:43 +02:00
9b87eaefb5 Added url 2013-02-14 15:39:06 +01:00
ed98fdd5c1 First commit 2013-02-14 15:37:29 +01:00
05b7b4ecb6 Initial commit 2013-02-14 06:36:24 -08:00