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 |
Jan Hoffmann
|
d2d5ed8e52
|
board image is in local assets
|
2019-02-06 17:25:52 +01:00 |
Jan Hoffmann
|
4d6b79feb8
|
Update README.md to be consistent
|
2019-02-06 17:23:55 +01:00 |
Jan Hoffmann
|
9f8ab75056
|
Update Adafruit_BME280.cpp
typo in adafruit page device url
|
2019-02-06 17:19:40 +01:00 |
Limor "Ladyada" Fried
|
24a162b0bb
|
Update library.properties
|
2019-02-04 00:17:15 -05:00 |
Limor "Ladyada" Fried
|
6b88b5a329
|
Merge pull request #39 from herm/registers
Fix register defintions.
|
2019-02-04 00:16:51 -05:00 |
Limor "Ladyada" Fried
|
07c3089265
|
Merge pull request #43 from moikorg/patch-1
Update Adafruit_BME280.cpp
|
2018-11-28 09:39:36 -08:00 |
Mike
|
292ab5f933
|
Update Adafruit_BME280.cpp
just small correction in the doc
|
2018-11-28 16:43:04 +01:00 |
dean
|
495c57a6d4
|
DM: fix travis
|
2018-08-09 13:23:46 -04:00 |
dean
|
cad843e6bd
|
DM: fix for travis
|
2018-08-09 13:13:49 -04:00 |
dean
|
bcd90ba06e
|
DM: update readme and add travis
|
2018-08-09 11:58:15 -04:00 |
dean
|
e0c8ee1694
|
DM: update docs
|
2018-08-09 11:42:21 -04:00 |
Hermann Kraus
|
1b51fa9479
|
Fix register defintions.
Fixes #28.
|
2018-04-10 23:19:39 +02:00 |
dean
|
4a84ebc99e
|
DM: bump
|
2017-12-27 18:39:51 -05:00 |
dean
|
225bed4415
|
DM: added startup delay
|
2017-12-27 18:39:20 -05:00 |
ladyada
|
321186220e
|
bump
|
2017-10-30 14:21:18 -04:00 |
ladyada
|
b2fd691dc7
|
Merge branch 'mjs513-master'
|
2017-09-12 19:17:30 -04:00 |
ladyada
|
7925877494
|
fix test back
|
2017-09-12 19:17:03 -04:00 |
mjs513
|
63357a0d5e
|
Fixed default setting bme.begin()
|
2017-09-12 07:35:36 -04:00 |
mjs513
|
ba0bcdb599
|
Made the Wire Bus selectable in setup
|
2017-09-12 06:29:13 -04:00 |
ladyada
|
784dc84c81
|
Merge branch 'master' of github.com:adafruit/Adafruit_BME280_Library
|
2017-04-03 11:46:49 -04:00 |
ladyada
|
91fb749f4d
|
https://github.com/adafruit/Adafruit_BME280_Library/issues/21
|
2017-04-03 11:46:44 -04:00 |
Limor "Ladyada" Fried
|
76e4a2720f
|
Merge pull request #24 from marcmerlin/patch-1
Works on ESP32 (and updated ESP8266 comment)
|
2017-03-23 01:33:20 -04:00 |
Marc MERLIN
|
d10e6962e3
|
Works on ESP32 (and updated ESP8266 comment)
|
2017-03-22 21:02:35 -07:00 |
ladyada
|
09536bedf3
|
Merge branch 'master' of github.com:adafruit/Adafruit_BME280_Library
|
2017-02-11 21:51:09 -05:00 |
ladyada
|
a148538212
|
bump
|
2017-02-11 21:51:02 -05:00 |
Limor "Ladyada" Fried
|
f1e14909c7
|
Merge pull request #20 from things-nyc/fix-await-calibration
Reset on begin and read coefficients only after calibration
|
2017-02-11 21:50:19 -05:00 |
Frank Leon Rose
|
b72b7d6285
|
Restore comment
|
2017-02-09 10:34:19 -05:00 |
Frank Leon Rose
|
50fb31ace1
|
On begin, read coefficients after calibration
|
2017-02-09 10:21:13 -05:00 |
Limor "Ladyada" Fried
|
f741893e28
|
Merge pull request #19 from pm73/patch-1
change loop to delay so ESP8266 can do Wi-Fi tasks
|
2017-02-08 12:00:13 -05:00 |
pm73
|
4f66f97fe6
|
change loop to delay so ESP8266 can do Wi-Fi tasks
delay(1) allows ESP8266 to do Wi-Fi tasks. It is recommended to not make any code that blocks this for more than 20/50 microseconds.
|
2017-02-08 12:32:22 +01:00 |
ladyada
|
5cafb34e32
|
Merge branch 'mozzbozz-master'
|
2017-02-06 18:52:49 -05:00 |
ladyada
|
553c635a81
|
fixed and split example
|
2017-02-06 18:52:37 -05:00 |
ladyada
|
54b1c5125c
|
Merge branch 'master' of https://github.com/mozzbozz/Adafruit_BME280_Library into mozzbozz-master
|
2017-02-06 18:38:02 -05:00 |