Skip to content

Commit e8b4d4f

Browse files
Add description and URL to library.properties
Updated library properties to include a description and URL.
1 parent 4b7afea commit e8b4d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name=Arduino_LTR381RGB
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=
6-
paragraph=
5+
sentence=Library for the Lite-On LTR381RGB color and ambient light sensor.
6+
paragraph=This library provides an easy-to-use interface to read RGB, IR, and ambient light values from the Lite-On LTR381RGB sensor. It supports calibration, gain and resolution configuration, lux calculation, and conversion to HSV/HSL color spaces.
77
category=Sensors
8-
url=
8+
url=https://github.com/arduino-libraries/Arduino_LTR381RGB
99
architectures=*
1010
includes=Arduino_LTR381RGB.h

0 commit comments

Comments
 (0)