Commit Graph

136 Commits

Author SHA1 Message Date
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
Ha Thach 6c235cdd66
add repository_dispatch event 2020-01-07 13:50:36 +07:00
Limor "Ladyada" Fried 95f050bbee
Merge pull request #72 from adafruit/actions
Actions
2019-12-29 03:43:29 -05:00
Lady Ada ed29ee6360 try fixing doxyplaint 2019-12-29 03:36:16 -05:00
Lady Ada 0213f84f9f another clanground 2019-12-29 03:29:12 -05:00
Lady Ada ebf5715aba example for unified sensors 2019-12-29 03:24:43 -05:00
Lady Ada 610d7292df clang some more, add a humidity object 2019-12-29 03:01:52 -05:00
Lady Ada 9c75a42a5c clang & add temp/pressure Adafruit_Sensor components 2019-12-29 02:54:44 -05:00
Lady Ada f107b13f1f fix advanced begin() 2019-12-29 02:46:31 -05:00
Lady Ada 0b243f0ec1 add actions & bump major version 2019-12-29 02:41:32 -05:00
Limor "Ladyada" Fried 7fa7054122
Merge pull request #56 from dirkmueller/master
Sign-extend Humidity Calibration H4/H5 data (Fixes #44)
2019-12-29 02:34:42 -05:00
Lady Ada 2a23df09f3 remove extra begin options. just one now.
also looked at https://github.com/adafruit/Adafruit_BME280_Library/issues/64 and reduced some delays
2019-12-29 02:31:52 -05:00
Lady Ada 16c3e721c7 fix for https://github.com/adafruit/Adafruit_BME280_Library/issues/69 revert 156a0537d6 2019-12-29 02:20:37 -05:00
Carter Nelson 616c7290e4
Update library.properties 2019-11-15 08:08:34 -08:00
Carter Nelson ddec5c1232
Merge pull request #68 from hhk7734/master
Add alternate address to 'begfin(TwoWire)'
2019-11-15 08:07:49 -08:00
Hyeonki Hong 156a0537d6 Correct 'begin()' to check basic I2C address
suggestion: Carter Nelson <caternuson@gmail.com>
2019-11-12 07:37:00 +09:00