Skip to content

Commit 738cbe2

Browse files
committed
adding tcs3430
1 parent ec56f14 commit 738cbe2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,3 +1166,6 @@
11661166
[submodule "libraries/drivers/stcc4"]
11671167
path = libraries/drivers/stcc4
11681168
url = https://github.com/adafruit/Adafruit_CircuitPython_STCC4.git
1169+
[submodule "libraries/drivers/tcs3430"]
1170+
path = libraries/drivers/tcs3430
1171+
url = https://github.com/adafruit/Adafruit_CircuitPython_TCS3430.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
474474
LTR329 LTR303 Light Sensors (adafruit_ltr329-ltr303) <https://docs.circuitpython.org/projects/ltr329-ltr303/en/latest/>
475475
LTR390 Ambient Light and UV Sensor (adafruit_ltr390) <https://docs.circuitpython.org/projects/ltr390/en/latest/>
476476
OPT4048 Tri-Stimulus XYZ Color and Lux Sensor <https://docs.circuitpython.org/projects/opt4048/en/latest/>
477+
TCS3430/TCS34303 Tri-Stimulus XYZ Color Sensor (adafruit_tcs3430) <https://docs.circuitpython.org/projects/tcs3430/en/latest/>
477478
TCS34725 Color Sensor (adafruit_tcs34725) <https://docs.circuitpython.org/projects/tcs34725/en/latest/>
478479
TSL2561 Light Sensor (adafruit_tsl2561) <https://docs.circuitpython.org/projects/tsl2561/en/latest/>
479480
TSL2591 High Dynamic Range Light Sensor (adafruit_tsl2591) <https://docs.circuitpython.org/projects/tsl2591/en/latest/>

libraries/drivers/tcs3430

Submodule tcs3430 added at 8870750

0 commit comments

Comments
 (0)