ESP32_ChinaDieselHeater_Con.../lib/Adafruit_BME280_Library
Ray Jones 9ff2d9410b Split websocket handling into a task
Read all added to BME-280 (MariusZ)
New security menu in debug/telnet
2020-04-26 16:15:08 +10:00
..
.github Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
assets Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
examples Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
.gitignore Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
.travis.yml Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
Adafruit_BME280.cpp Split websocket handling into a task 2020-04-26 16:15:08 +10:00
Adafruit_BME280.h Split websocket handling into a task 2020-04-26 16:15:08 +10:00
LICENSE Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
README.md Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00
library.properties Stabilised BME280 with DS18B20 coexistence 2019-10-18 12:55:16 +11:00

README.md

Adafruit BME280 Library Build Status

This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor

Designed specifically to work with the Adafruit BME280 Breakout

These sensors use I2C or SPI to communicate, up to 4 pins are required to interface

Use of this library also requires Adafruit_Sensor to be installed on your local system.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Check out the links above for our tutorials and wiring diagrams

Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution

To download. click the DOWNLOAD ZIP button, rename the uncompressed folder Adafruit_BME280. Check that the Adafruit_BME280 folder contains Adafruit_BME280.cpp and Adafruit_BME280.h

Place the Adafruit_BME280 library folder your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.

We also have a great tutorial on Arduino library installation at: http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use