Skip to content

Commit b43a07f

Browse files
Part of the new arduino lib format updates
1 parent 7c8a5de commit b43a07f

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Version History
6363
* V_1.2.0 - Added pinMode line to GestureTest demo to fix interrupt bug with some Arduinos
6464
* V_1.1.0 - Updated GestureTest demo to not freeze with fast swipes
6565
* V_1.0.0: Initial release
66-
-- Ambient and RGB light sensing implemented
67-
-- Ambient light interrupts working
68-
-- Proximity sensing implemented
69-
-- Proximity interrupts working
70-
-- Gesture (UP, DOWN, LEFT, RIGHT, NEAR, FAR) sensing implemented
66+
*\- Ambient and RGB light sensing implemented
67+
*\- Ambient light interrupts working
68+
*\- Proximity sensing implemented
69+
*\- Proximity interrupts working
70+
*\- Gesture (UP, DOWN, LEFT, RIGHT, NEAR, FAR) sensing implemented
7171
License Information
7272
-------------------
7373

@@ -80,6 +80,3 @@ Please use, reuse, and modify these files as you see fit. Please maintain attrib
8080
Distributed as-is; no warranty is given.
8181

8282
- Your friends at SparkFun.
83-
84-
_<COLLABORATION CREDIT>_
85-

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=SparkFun_APDS9960 RGB and Gesture Sensor
22
version=1.0.0
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics
5-
sentence=Breakout board for the Avago APDS-9960 proximity, light, RGB, and gesture sensor, made by SparkFun Electronics.
6-
paragraph=Breakout board for the Avago APDS-9960 proximity, light, RGB, and gesture sensor, made by SparkFun Electronics.
7-
category=Other
5+
sentence=Library for the Avago APDS-9960 sensor
6+
paragraph=This library works with the SparkFun Breakout board for the Avago APDS-9960 proximity, light, RGB, and gesture sensor, made by SparkFun Electronics.
7+
category=Sensors
88
url=https://github.com/sparkfun/APDS-9960_RGB_and_Gesture_Sensor
99
architectures=*

0 commit comments

Comments
 (0)