Skip to content

Commit 4dda106

Browse files
authored
Merge pull request #149 from jposada202020/adding_isl29125
adding isl29125 driver
2 parents 0cee85f + 3f0ce21 commit 4dda106

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
@@ -310,3 +310,6 @@
310310
[submodule "libraries/drivers/qmc5883l"]
311311
path = libraries/drivers/qmc5883l
312312
url = https://github.com/jposada202020/CircuitPython_qmc5883l.git
313+
[submodule "libraries/drivers/isl29125"]
314+
path = libraries/drivers/isl29125
315+
url = https://github.com/jposada202020/CircuitPython_isl29125.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
1818
* [CircuitPython HCSR04](https://github.com/mmabey/CircuitPython_HCSR04.git) Library for The HC-SR04 for measuring distances using microcontrollers \([Docs](https://circuitpython-hcsr04.readthedocs.io/en/latest/))
1919
* [CircuitPython HX711](https://github.com/fivesixzero/CircuitPython_HX711) CircuitPython driver for the HX711 load cell amplifer and ADC \([Docs](https://circuitpython-hx711.readthedocs.io/en/latest/))
2020
* [CircuitPython INA3221](https://github.com/barbudor/CircuitPython_INA3221.git) CircuitPython driver for the Texas Instruments' INA3221 3 channels current sensor. \([Docs](https://circuitpython-ina3221.readthedocs.io/en/latest/))
21+
* [CircuitPython ISL29125](https://github.com/jposada202020/CircuitPython_isl29125.git) Driver for the ISL29125 Light Sensor ([PyPi](https://pypi.org/project/circuitpython-isl29125/) )\([Docs](https://circuitpython-isl29125.readthedocs.io/en/latest/))
2122
* [CircuitPython JLed](https://github.com/jandelgado/jled-circuitpython) Non-blocking LED effects. \([Docs](https://jandelgado.github.io/jled-circuitpython))
2223
* [CircuitPython Laser AT](https://github.com/furbrain/CircuitPython_laser_at.git) Driver for a cheap laser rangefinder \([Docs](https://circuitpython-laser-at.readthedocs.io/en/latest/))
2324
* [CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC.

libraries/drivers/isl29125

Submodule isl29125 added at bb1ee32

0 commit comments

Comments
 (0)