Go to file
Carter Nelson ddec5c1232
Merge pull request #68 from hhk7734/master
Add alternate address to 'begfin(TwoWire)'
2019-11-15 08:07:49 -08:00
.github Add GitHub issue template 2016-05-27 13:45:59 -07:00
assets board image is in local assets 2019-02-06 17:25:52 +01:00
examples Merge pull request #49 from sellensr/master 2019-04-28 13:41:20 +02:00
.gitignore Add .gitignore 2019-06-20 18:23:54 +02:00
.travis.yml added deps in library prop 2019-07-25 16:58:43 +02:00
Adafruit_BME280.cpp Correct 'begin()' to check basic I2C address 2019-11-12 07:37:00 +09:00
Adafruit_BME280.h typo fix 2019-06-20 18:40:38 +02:00
LICENSE Fix copyright 2019-04-27 21:58:44 +03:00
README.md Update README.md 2019-05-23 13:11:36 -04:00
library.properties Update library.properties 2019-09-13 15:11:00 -07: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