Commit Graph

111 Commits

Author SHA1 Message Date
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
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
Dirk Mueller 2149447f01 Sign-extend Humidity Calibration H4/H5 data (Fixes #44) 2019-09-15 22:40:14 +02:00
siddacious f3fc9f61d9
Update library.properties 2019-09-13 15:11:00 -07:00
Limor "Ladyada" Fried c2635b6340
Merge pull request #55 from hoffmannjan/master
added deps in library prop
2019-08-25 13:53:20 -04:00
Limor "Ladyada" Fried d144a3dbbb
Merge pull request #60 from jrussek/master
Put BME280 to sleep before changing configuration
2019-08-25 13:48:28 -04:00
Johannes Rußek b13b3c9a6e Put BME280 to sleep before changing configuration
As mentioned in https://github.com/adafruit/Adafruit_BME280_Library/issues/30
2019-08-25 09:52:11 -04:00
Jan Hoffmann ab48e92bdb added deps in library prop 2019-07-25 16:58:43 +02:00
Jan Hoffmann 9d2136d663
Update library.properties 2019-07-04 12:13:50 +02:00
Jan Hoffmann 815753a0d3 typo fix 2019-06-20 18:40:38 +02:00
Jan Hoffmann 7e39c445f0 added spi fixes 2019-06-20 18:26:48 +02:00
Jan Hoffmann 4ea4fa8ae7 Add .gitignore 2019-06-20 18:23:54 +02:00
Limor "Ladyada" Fried 0360d088dd
Update README.md 2019-05-23 13:11:36 -04:00
Jan Hoffmann 1f2d47a6fe
Merge pull request #49 from sellensr/master
begin() fail gracefully
2019-04-28 13:41:20 +02:00
siddacious 920de5b40e
Merge pull request #51 from kankaristo/license
Add LICENSE and mention it in all source files
2019-04-27 17:35:44 -07:00
Sami Kankaristo 757b0e1ff6
Fix copyright 2019-04-27 21:58:44 +03:00
Sami Kankaristo 745859172b Add LICENSE and mention it in all source files 2019-04-27 17:22:44 +03:00
sellensr 46eb77e763 change delay() to !Serial in BME280test.ino 2019-04-26 20:04:05 -04:00
sellensr 8ab293829a Update Adafruit_BME280.h
Dox block at line 38
2019-04-26 16:44:42 -04:00
sellensr d698103a6a Added Documentation Comments to Adafruit_BME280.h 2019-04-26 16:33:26 -04:00
Rick Sellens 874147604f begin() fail gracefully
try 0x76 address as well.
record _sensorID
2019-04-26 12:28:33 -04:00
Limor "Ladyada" Fried 799dae5f0a
Merge pull request #48 from espHorst/master
changed private to protected and added doc for protected members
2019-04-02 16:47:51 -04:00
espHorst 0c0a0f9bba added doc for protected members 2019-04-02 21:26:09 +02:00
ladyada e04d73b448 undo breaking change 2019-04-01 20:27:45 -04:00
Limor "Ladyada" Fried 87942254d7
Merge pull request #47 from espHorst/going_to_protected
changed private to protected
2019-04-01 15:29:15 -04:00
gk d46c9d7cc5 changed private to protected 2019-04-01 21:26:19 +02:00