Skip to content

Commit bcb805d

Browse files
author
Toni Klopfenstein
committed
Removing unnecessary files, updating library properties
1 parent 8ea4661 commit bcb805d

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

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

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SparkFun_APDS9960 RGB and Gesture Sensor Arduino Library
2-
========================================
1+
SparkFun APDS9960 RGB and Gesture Sensor Arduino Library
2+
=========================================================
33

44
![Avago APDS-9960 Breakout Board - SEN-12787 ](https://cdn.sparkfun.com/r/92-92/assets/parts/9/6/0/3/12787-01.jpg)
55

@@ -39,17 +39,15 @@ Repository Contents
3939
-------------------
4040

4141
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
42-
* **/extras** - Additional documentation for the user. These files are ignored by the IDE.
4342
* **/src** - Source files for the library (.cpp, .h).
44-
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
4543
* **library.properties** - General library properties for the Arduino package manager.
4644

4745
Documentation
4846
--------------
4947

5048
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
5149
* **[Product Repository](https://github.com/sparkfun/APDS-9960_RGB_and_Gesture_Sensor)** - Main repository (including hardware files) for the SparkFun_APDS9960 RGB and Gesture Sensor.
52-
* **[Quickstart Guide](https://learn.sparkfun.com/tutorials/bmp180-barometric-pressure-sensor-hookup-)** - Basic hookup guide for the sensor.
50+
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/apds-9960-rgb-and-gesture-sensor-hookup-guide)** - Basic hookup guide for the sensor.
5351

5452
Products that use this Library
5553
---------------------------------

extras/README.md

-3
This file was deleted.

keywords.txt

Whitespace-only changes.

library.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=SparkFun_APDS9960 RGB and Gesture Sensor
2-
version=1.0.0
3-
author=SparkFun Electronics
4-
maintainer=SparkFun Electronics
1+
name=SparkFun APDS9960 RGB & Gesture Sensor
2+
version=1.4.1
3+
author=SparkFun Electronics <[email protected]>
4+
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the Avago APDS-9960 sensor
66
paragraph=This library works with the SparkFun Breakout board for the Avago APDS-9960 proximity, light, RGB, and gesture sensor, made by SparkFun Electronics.
77
category=Sensors
8-
url=https://github.com/sparkfun/APDS-9960_RGB_and_Gesture_Sensor
8+
url=https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)