Skip to content

Commit a26e236

Browse files
author
Toni Klopfenstein
committed
Merge commit '6ccb67f50dd51b1bb5910e0d7536f845cdfa1cc1'
2 parents 96aed72 + 6ccb67f commit a26e236

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

Libraries/Arduino/LICENSE.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ The hardware is released under [Creative Commons Share-alike 3.0](http://creativ
66

77
All other code is open source so please feel free to do anything you want with it; you buy me a beer if you use this and we meet someday ([Beerware license](http://en.wikipedia.org/wiki/Beerware)).
88

9-
->Additional Licenses and attributions to original authors as needed.<-
109

Libraries/Arduino/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SparkFun ISL29125 Breakout Arduino Library
44
[![ISL29125 Breakout](https://cdn.sparkfun.com//assets/parts/9/6/7/7/12829-01.jpg)
55
*RGB Light Sensor Breakout-ISL29125 (SEN-12829)*](https://www.sparkfun.com/products/12829)
66

7-
A Breakout Board and supporting code for the ISL29125 RGB Light Sensor.
7+
Supporting code for the ISL29125 RGB Light Sensor.
88

99
Repository Contents
1010
-------------------
@@ -16,12 +16,18 @@ Repository Contents
1616
Documentation
1717
--------------
1818

19-
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/isl29125-rgb-light-sensor-hookup-guide?_ga=1.227771679.304927311.1426541708)** - Basic hookup guide for the SparkFun ISL29125 Breakout.
19+
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/isl29125-rgb-light-sensor-hookup-guide)** - Basic hookup guide for the SparkFun ISL29125 Breakout.
2020
* **[Product Repository](https://github.com/sparkfun/ISL29125_Breakout)** - Main repository (including hardware files) for the SparkFun ISL29125 Breakout.
2121

2222

2323
License Information
2424
-------------------
25-
The hardware is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
25+
This product is _**open source**_!
26+
27+
The **code** 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!
28+
29+
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.
2630

2731
Distributed as-is; no warranty is given.
32+
33+
- Your friends at SparkFun.

Libraries/Arduino/library.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=ISL29125 Breakout
2-
version=1.0.0
3-
author=SparkFun Electronics
4-
maintainer=SparkFun Electronics
5-
sentence=A Breakout Board for the ISL29125 RGB Light Sensor.
6-
paragraph=A Breakout Board for the ISL29125 RGB Light Sensor.
7-
category=Other
1+
name=SparkFun ISL29125 Breakout
2+
version=1.0.1
3+
author=SparkFun Electronics <techsupport@sparkfun.com>
4+
maintainer=SparkFun Electronics <sparkfun.com>
5+
sentence=Arduino library showing basic functionality for the ISL29125 RGB Light Sensor Breakout Board.
6+
paragraph=The ISL29125 breakout board makes it very easy to sense and record the light intensity of the general red, green, and blue spectrums of visible light while rejecting IR from light sources.
7+
category=Sensors
88
url=https://github.com/sparkfun/ISL29125_Breakout
99
architectures=*

0 commit comments

Comments
 (0)