forked from sparkfun/SparkFun_BME280_Arduino_Library
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
SparkFun <PRODUCT NAME> Arduino Library | ||
======================================== | ||
SparkFun <PRODUCT NAME> Particle Photon Library | ||
=============================================== | ||
|
||
![SparkFun BME280 Breakout](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/blob/master/readme_picture.jpg) | ||
This is a library for the SparkFun BME280 Humidity, Barometric Pressure + Temp sensor | ||
|
||
[*SparkFun BME280 (SEN-13676)*](https://www.sparkfun.com/products/13676) | ||
Particle Photon, Core & Electorn Library based on Sparkfun Arduino Library for BME280 sensors adapted by Markus Haack | ||
|
||
Designed specifically to work with the [*SparkFun BME280 (SEN-13676)*](https://www.sparkfun.com/products/13676) | ||
|
||
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 | ||
|
||
This library allows the user to: | ||
|
||
|
@@ -23,9 +29,7 @@ Repository Contents | |
------------------- | ||
|
||
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE. | ||
* **/extras** - Additional documentation for the user. These files are ignored by the IDE. | ||
* **/src** - Source files for the library (.cpp, .h). | ||
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE. | ||
* **library.properties** - General library properties for the Arduino package manager. | ||
|
||
Documentation | ||
|
@@ -42,19 +46,18 @@ Products that use this Library | |
|
||
Version History | ||
--------------- | ||
|
||
* [V_1.0.0](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/tree/V_1.0.0) - Public release. | ||
* [V_1.1.0](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/tree/V_1.1.0) - Pulled request to add decimal precision to readFloatPressure() and readFloatHumidity(). | ||
* [V_1.0.0](https://github.com/mhaack/SparkFun_BME280/releases/tag/V_1.0.0) - October 2015 Initial Release | ||
* [V_1.1.0](https://github.com/mhaack/SparkFun_BME280/releases/tag/V_1.1.0) - January 2017 migrated to V2 library, pulled minor changes | ||
|
||
License Information | ||
------------------- | ||
|
||
Original Arduino library: https://github.com/sparkfun/SparkFun_BME280_Arduino_Library | ||
|
||
This product is _**open source**_! | ||
|
||
Please review the LICENSE.md file for license information. | ||
|
||
If you have any questions or concerns on licensing, please contact [email protected]. | ||
|
||
Distributed as-is; no warranty is given. | ||
|
||
- Your friends at SparkFun. |