diff --git a/README.md b/README.md index a3e4633..f4a9c4a 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,42 @@ -This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor +Adafruit BME280 Particle Library +================================ -Particle Photon & Core DHT Library based on Arduino Library for BME280 sensors adapted by Markus Haack +This is a library for the SparkFun BME280 Humidity, Barometric Pressure + Temp sensor -v1.0.0, September 2015 Initial Release -v1.1.0, October 2015 pull from Adafruit repo to support multiple sensors with different calibration values +Particle Photon, Core & Electorn DHT Library based on Arduino Library for BME280 sensors adapted by Markus Haack -Designed specifically to work with the Adafruit BME280 Breakout +Works with the following BME280-Breakouts as well: + * http://www.watterott.com/en/BME280-Breakout-humidity-pressure-temperature-sensor * http://www.adafruit.com/products/2652 -Works with the Watterott BME280-Breakout - * http://www.watterott.com/en/BME280-Breakout-humidity-pressure-temperature-sensor +These sensors use I2C or SPI to communicate, up to 4 pins are required to interface. + +This library allows the user to: + +* Read pressure in Pa +* Read temperature in C & F +* Read humidity in %RH +* Read temperature in F +* Read altitude in meters +* Read altitude in feet + +Repository Contents +------------------- + +* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE. +* **/src** - Source files for the library (.cpp, .h). +* **library.properties** - General library properties for the Particle and Arduino package manager. + +Version History +--------------- +* [V_1.0.0](https://github.com/mhaack/Adafruit_BME280_Library/releases/tag/1.0.0) - September 2015 Initial Release +* [V_1.0.4](https://github.com/mhaack/Adafruit_BME280_Library/releases/tag/1.0.4.particle) - October 2015 pull from Adafruit repo to support multiple sensors with different calibration values +* [V_1.1.0](https://github.com/mhaack/Adafruit_BME280_Library/releases/tag/1.1.0.particle) - January 2017 migrated to V2 library, pulled minor changes + +License Information +------------------- -These sensors use I2C or SPI to communicate, up to 4 pins are required to interface +Original Arduino library: https://github.com/adafruit/Adafruit_BME280_Library Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing diff --git a/library.properties b/library.properties index 4dad5f8..688c3dd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit_BME280 -version=1.0.4 +version=1.1.0 license=BSD license author=Adafruit , Markus Haack (https://github.com/mhaack) sentence=Adafruit BME280 Library