Commit graph

151 commits

Author SHA1 Message Date
Tyeth Gundry
ef712e9514
Merge pull request #115 from adafruit/dont-return-nans-unnecessarily
Return NaN only if sampling is disabled
2025-04-30 14:31:11 +01:00
tyeth
ba0fe3d3c0 Fix product links in examples. Closes #102 2025-04-30 14:29:35 +01:00
Limor "Ladyada" Fried
ea299e5640
Merge pull request #104 from jschwender/patch-1
Create keywords.txt
2025-04-30 09:25:58 -04:00
tyeth
4f69faddc5 Add NaN to docstrings 2025-04-30 14:13:09 +01:00
tyeth
9d7abf01c7 Bump version to 2.3.0 to signify NaN change 2025-04-30 13:56:14 +01:00
tyeth
88903ef84e Check register values for no sampling 2025-04-30 13:44:05 +01:00
tyeth
5b119e24f6 Update humidity sampling register comment 2025-04-30 13:18:44 +01:00
tyeth
c93725cc17 Cleanup incorrect comment from 553c635a81 2025-04-30 13:10:55 +01:00
Tyeth Gundry
9412f3d1a2
Merge pull request #110 from tyeth/bump-version-2023-11-14-20-15-54
Update version number to 2.2.4
2023-11-15 12:50:41 +00:00
Tyeth Gundry
e0234651a9 Bump version number to 2.2.4 2023-11-14 20:15:56 +00:00
Dan Halbert
e4fe621df7
Merge pull request #107 from caternuson/ci_update
Update CI action versions
2023-05-11 10:44:29 -04:00
caternuson
a5d0faa9b3 update ci actions 2023-05-10 10:24:04 -07:00
jschwender
05b0772ffa
Create keywords.txt
adds syntax highlighting for Arduino IDE
2022-08-26 13:53:51 +02:00
Eva Herrada
427d80dbdf
Bump to 2.2.2 2021-12-20 22:57:15 -05:00
Carter Nelson
ca3a36b7fd
Merge pull request #100 from slaff/fix/spelling
Fixed small spelling mistakes.
2021-12-10 08:37:37 -08:00
Slavey Karadzhov
f8a0da54c8 Fixed small spelling mistakes. 2021-12-10 10:14:51 +01:00
Carter Nelson
a9c82197bc
Merge pull request #98 from caternuson/mem_tweak
Tweak memory alloc and cleanup
2021-08-24 10:46:31 -07:00
caternuson
b1e4352b7b tweak memory alloc and cleanup 2021-08-24 10:21:27 -07:00
Carter Nelson
587329ab35
Merge pull request #97 from caternuson/iss23_busio
Convert to BusIO
2021-07-31 14:30:59 -07:00
caternuson
dba3ce0e09 convert to busio 2021-07-30 16:13:41 -07:00
Carter Nelson
0c4398f719
Merge pull request #57 from dirkmueller/init_spi3w
initialize spi3w_en
2021-07-30 09:38:27 -07:00
Carter Nelson
a5fcef0b09
Merge pull request #79 from elli89/compensation
use compensation from reference implementation
2021-07-29 15:44:09 -07:00
Dylan Herrada
ee53e8bcde
Bump to 2.1.4 2021-05-17 15:19:13 -04:00
Limor "Ladyada" Fried
b234cc9ca8
Merge pull request #91 from danbaker-projects/danbaker-projects-patch-1
Fix incorrect float return value from getTemperatureCompensation()
2021-05-17 14:02:15 -04:00
Dylan Herrada
987e4a51e4
Bump to 2.1.3 2021-05-04 14:29:41 -04:00
Limor "Ladyada" Fried
8b7b8cb9c8
Merge pull request #95 from DB1BMN/patch-1
Update bme280test.ino
2021-05-02 20:00:37 -04:00
Marek N
b02ac31c4d
Update bme280test.ino
Degree C "°C" instead of "Asterisk".
2021-05-02 23:46:03 +02:00
Dylan Herrada
e8a7e29df2
Bump to 2.1.2 2020-11-03 17:01:15 -05:00
siddacious
7da8c0d7d1
Merge pull request #90 from kimi1991/Bugfix-#75
Fixed bug #75
2020-10-30 17:06:26 -07:00
danbaker-projects
6d76cd285e
Update Adafruit_BME280.cpp
This fixes a (very minor) bug in the return value of getTemperatureCompensation().
getTemperatureCompensation() was dropping (rounding to integer) the fractional part of the temperature offset due to an integer divide by 100 before casting to a float.

For example: if the temperature compensation was 1.49 degC, the value returned was 1.00

This didn't affect the accuracy of the readings (setTemperatureCompensation worked fine),
it only gave an incorrect value if you read the value back using getTemperatureCompensation
2020-10-13 13:47:44 -04:00
Dylan Herrada
47a3566553
Bump to 2.1.1 2020-09-30 15:43:05 -04:00
Michael
d492906b28 Changed to clang format
Added whitespace
2020-09-30 08:30:41 +02:00
Michael
4bce9380d6 Changed to clang format
Replace tabs with whitespaces. Changed indentation of function "takeForcedMeasurement"
2020-09-30 08:18:37 +02:00
siddacious
802b72792b
modernizing README.md 2020-09-29 15:02:23 -07:00
kimi1991
cd435d16fd Fixed bug #75
Fixed bug #75, added timeout to "takeForcedMeasurement" and a return value to check the result of the function
2020-09-24 21:39:43 +02:00
siddacious
2046f417fd
Update library.properties 2020-08-17 14:57:16 -07:00
Limor "Ladyada" Fried
12a6729e36
Merge pull request #85 from AgentZombie/temp-adjust-84
Provide temperature compensation #84
2020-08-04 09:45:12 -04:00
Jason Mansfield
25f8d5e555 Fix @params -> @param 2020-08-03 23:21:57 -07:00
Jason Mansfield
9ef406a530 initialize t_fine_adjust to 0 2020-08-03 13:57:10 -07:00
Jason Mansfield
4e70835d58 format files with clang-format -i 2020-08-02 20:20:01 -07:00
Jason Mansfield
938e099006 temperature adjustment: rename getter/setter adjustment -> compensation 2020-08-02 17:40:12 -07:00
Jason Mansfield
643b75ffa3 complete t_fine_adjust getter 2020-08-01 23:34:21 -07:00
Jason Mansfield
626dc5b0bd Provide temperature compensation #84 2020-08-01 23:14:32 -07:00
Hannes Ellinger
6acf82ef0c fix error which causes pressure to be off by factor 2.56 2020-05-03 06:28:26 +02:00
Hannes Ellinger
cf56a6f785 fix code style 2020-04-28 13:16:01 +02:00
Hannes Ellinger
14aff8ad76 fix typo 2020-04-28 12:46:03 +02:00
Hannes Ellinger
8edea615db use compensation from reference implementation 2020-04-28 11:57:03 +02:00
dherrada
65087385d5
Update library.properties 2020-04-25 13:26:45 -04:00
dherrada
7004fcd5b4
Added docs badge 2020-04-21 21:38:48 -04:00
siddacious
a7ef0e433b
Update library.properties 2020-01-08 10:37:26 -08:00