Commit Graph

24 Commits

Author SHA1 Message Date
Sami Kankaristo 745859172b Add LICENSE and mention it in all source files 2019-04-27 17:22:44 +03:00
Jan Hoffmann 9f8ab75056
Update Adafruit_BME280.cpp
typo in adafruit page device url
2019-02-06 17:19:40 +01:00
Mike 292ab5f933
Update Adafruit_BME280.cpp
just small correction in the doc
2018-11-28 16:43:04 +01:00
dean e0c8ee1694 DM: update docs 2018-08-09 11:42:21 -04:00
dean 225bed4415 DM: added startup delay 2017-12-27 18:39:20 -05: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
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
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 553c635a81 fixed and split example 2017-02-06 18:52:37 -05:00
mozzbozz 9e676f1d64 Implemented sensor modes and settings among other improvements 2016-08-18 23:24:14 +02:00
mozzbozz c96d20544a Added sea level pressure calculation helper function 2016-08-16 16:22:17 +02:00
ladyada b848cb2a74 https://github.com/adafruit/Adafruit_BME280_Library/issues/2 2016-01-21 20:17:16 -05:00
ladyada 3c2e13b15a bump oversampling up! 2016-01-21 20:16:29 -05:00
ladyada b6369f7a6b burst read temp & pressure 2016-01-21 20:04:35 -05:00
ladyada b3f8576b48 must get temp before humidity or pressure in order to set t_fine 2016-01-21 18:31:21 -05:00
Tony DiCola 91f50d5155 Fix #4 by making calibration data a class member instead of static value. 2015-10-05 15:13:15 -07:00
ladyada 785b6ec52c *sigh* more merge fixing 2015-09-14 01:14:33 -04:00
ladyada dbd60ee741 Merge branch 'master' of github.com:adafruit/Adafruit_BME280_Library
Conflicts:
	Adafruit_BME280.h
	examples/bme280test/bme280test.ino
2015-09-14 01:11:55 -04:00
ladyada 1b188eed2f alt 2015-09-14 01:10:52 -04:00
Kevin Townsend 11ad05a034 Added .readAltitude function 2015-09-01 07:23:33 +02:00
Kevin Townsend 0e61e7b726 Set CONTROLHUMID before CONTROL 2015-08-31 23:48:25 +02:00
ladyada 60bb88f257 init 2015-07-24 16:44:43 -04:00