Skip to content

Commit

Permalink
Migrated to libs v2 format
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
mhaack committed Jan 30, 2017
1 parent f5d710d commit 547007d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit_BME280
version=1.0.4
version=1.1.0
license=BSD license
author=Adafruit <[email protected]>, Markus Haack (https://github.com/mhaack)
sentence=Adafruit BME280 Library
Expand Down

0 comments on commit 547007d

Please sign in to comment.