Skip to content

Commit

Permalink
Add support for BME680
Browse files Browse the repository at this point in the history
5.10.0a
 * Add (experimental) support for sensor SHT3x
 * Add support
for sensor MH-Z19(B) using serial interface to be enabled with define
USE_MHZ19 in user_config.h (#561, #1248)
 * Add (experimental) support
for sensor MH-Z19(B) using SoftwareSerial to be enabled with define
USE_MHZ19 in user_config.h (#561, #1248)
 * Add support for iTead SI7021
temperature and humidity sensor by consolidating DHT22 into AM2301 and
using former DHT22 as SI7021 (#735)
 * Fix BME280 calculation (#1051)
 *
Add support for BME680 using adafruit libraries (#1212)
 * Change
ADS1115 default voltage range from +/-2V to +/-6V (#1289)
 * Add
multipress support and more user configurable options to Sonoff Dual R2
(#1291)
 * Fix Sonoff Bridge missed learned key if learned data contains
0x55 (End of Transmission) flag (#1095, #1294)
 * Add support for
TSL2561 using adafruit library (#661, #1311)
 * Add alternative support
for SHT3x (#1314)
  • Loading branch information
arendst committed Dec 6, 2017
1 parent 7c79131 commit c04fcd0
Show file tree
Hide file tree
Showing 185 changed files with 16,231 additions and 118 deletions.
1 change: 1 addition & 0 deletions lib/Adafruit_BME680-1.0.5/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
Loading

0 comments on commit c04fcd0

Please sign in to comment.