Skip to content

Commit 994aa98

Browse files
committed
Adding thanks for paulvha
1 parent 2262ca7 commit 994aa98

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SparkFun SCD30 CO₂ Sensor Library
55

66
[*SparkX CO₂ Humidity and Temperature Sensor - SCD30 (SPX-14751)*](https://www.sparkfun.com/products/14751)
77

8-
The SCD30 from Sensirion is a high quality [NDIR](https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor) based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.
8+
The SCD30 from Sensirion is a high quality [NDIR](https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor) based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to compensate for altitude.
99

1010
We've written an Arduino library to make reading the CO₂, humidity, and temperature very easy. It can be downloaded through the Arduino Library manager: search for 'SparkFun SCD30'. We recommend using a [Qwiic Breadboard Cable](https://www.sparkfun.com/products/14425) to connect the SCD30 to a Qwiic compatible board. The Ye*LL*ow wire goes in the SC*L* pin. The SCD30 also supports a serial interface but we haven't worked with it.
1111

@@ -23,14 +23,15 @@ Thanks to!
2323
* [AndreasExner](https://github.com/AndreasExner) for adding [reset and getAutoSelfCalibration methods](https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library/pull/17)
2424
* [awatterott](https://github.com/awatterott) for adding [getAltitudeCompensation()](https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library/pull/18)
2525
* [jogi-k](https://github.com/jogi-k) for adding [teensy i2clib](https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library/pull/19) support
26+
* [paulvha](https://github.com/paulvha) for the suggestions and corrections in [his version of the library](https://github.com/paulvha/scd30)
2627

2728
Repository Contents
2829
-------------------
2930

30-
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
31+
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
3132
* **/src** - Source files for the library (.cpp, .h).
32-
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
33-
* **library.properties** - General library properties for the Arduino package manager.
33+
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
34+
* **library.properties** - General library properties for the Arduino package manager.
3435

3536
Documentation
3637
--------------
@@ -40,9 +41,9 @@ Documentation
4041
License Information
4142
-------------------
4243

43-
This product is _**open source**_!
44+
This product is _**open source**_!
4445

45-
Various bits of the code have different licenses applied. Anything SparkFun wrote is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!
46+
Various bits of the code have different licenses applied. Anything SparkFun wrote is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!
4647

4748
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
4849

0 commit comments

Comments
 (0)