esp32_Adafruit_BME280_Library/README.md

32 lines
1.5 KiB
Markdown
Raw Normal View History

2019-12-29 07:41:32 +00:00
# Adafruit BME280 Library ![Build Status](https://github.com/adafruit/Adafruit_BME280_Library/workflows/Arduino%20Library%20CI/badge.svg)
2018-08-09 16:58:15 +01:00
2019-02-06 16:25:52 +00:00
<a href="http://www.adafruit.com/products/2652"><img src="./assets/board.jpg" width="500"/></a>
2018-08-09 16:58:15 +01:00
2015-07-24 21:44:43 +01:00
This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor
Designed specifically to work with the Adafruit BME280 Breakout
* http://www.adafruit.com/products/2652
These sensors use I2C or SPI to communicate, up to 4 pins are required to interface
2017-01-20 12:18:39 +00:00
Use of this library also requires [Adafruit_Sensor](https://github.com/adafruit/Adafruit_Sensor)
to be installed on your local system.
2015-07-24 21:44:43 +01:00
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:
2015-11-19 17:44:30 +00:00
http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use