Skip to content

Commit f5bde8e

Browse files
updated names and readme
1 parent 172e1a4 commit f5bde8e

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
SparkFun <PRODUCT NAME> Arduino Library
22
========================================
33

4-
![SparkFun BME280 Breakout](https://cdn.sparkfun.com/assets/learn_tutorials/4/1/9/HUThumb.jpg)
4+
![SparkFun BME280 Breakout](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/blob/master/readme_picture.jpg)
55

6-
[*SparkFun BME280 (SEN-00000)*](URL for product on Sparkfun.com)
6+
[*SparkFun BME280 (BOB-13676)*](https://www.sparkfun.com/products/13676)
77

88
This library allows the user to:
99

10-
* Read pressure in kPa
10+
* Read pressure in Pa
1111
* Read temperature in C
1212
* Read humidity in %RH
1313

14-
It also provides the following mathematical functions based from the above
14+
It also provides the following mathematical functions based from the above.
1515

1616
* Read temperature in F
1717
* Read altitude in meters
1818
* Read altitude in feet
1919

20+
Some examples include a circular buffer class for averaging.
21+
2022
Repository Contents
2123
-------------------
2224

@@ -36,13 +38,13 @@ Documentation
3638
Products that use this Library
3739
---------------------------------
3840

39-
* [SEN-00000](SparkFun part URL)- Basic part and short description here
41+
* [*BOB-13676*](https://www.sparkfun.com/products/13676)
4042

4143
Version History
4244
---------------
4345

4446
* [vExxFxxZxxHxxLxxSxx](URL for tag specific to this version) - Description
45-
* [vEyyFyyZyyHyyLyySyy](URL for tag specific to this version) - Description
47+
* [V_1.0.0](https://github.com/sparkfun/SparkFun_BME280_Arduino_Library/tree/V_1.0.0) - Public release.
4648

4749
License Information
4850
-------------------

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun BME280
2-
version=0.1.0
2+
version=1.0.0
33
author=Marshall Taylor
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=A library to drive the Bosch BME280 Altimeter and Pressure sensor

readme_picture.jpg

26 KB
Loading

0 commit comments

Comments
 (0)