Skip to content

Commit 91e6ada

Browse files
authored
Merge pull request #266 from bikeNomad/add-grove-vision-ai
Add driver for Seeed Studio Grove Vision AI V2 board.
2 parents c6f65bc + 75653ef commit 91e6ada

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
@@ -508,3 +508,6 @@
508508
[submodule "libraries/helpers/miniethers"]
509509
path = libraries/helpers/miniethers
510510
url = https://github.com/ShambaC/CircuitPython_MiniEthers.git
511+
[submodule "libraries/drivers/grove_vision_ai_v2"]
512+
path = libraries/drivers/grove_vision_ai_v2
513+
url = https://github.com/bikeNomad/CircuitPython_grove_vision_ai_v2.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
6969
* [Mindwidgets CircuitPython DF1201S](https://github.com/mindwidgets/Mindwidgets_CircuitPython_DF1201S) CircuitPython driver for DFRobot DFPlayer Pro MP3 player with onboard storage \([Docs](https://mindwidgets-circuitpython-df1201s-library.readthedocs.io/en/latest/))
7070
* [Pimoroni CircuitPython LTR559](https://github.com/pimoroni/Pimoroni_CircuitPython_LTR559.git) Library for the LTR559 Proximity/Presence/Light Sensor \([Docs](https://circuitpython.readthedocs.io/projects/pimoroni_circuitpython_ltr559/en/latest/))
7171
* [Pimoroni CircuitPython MICS6814](https://github.com/pimoroni/Pimoroni_CircuitPython_MICS6814.git) Driver for the MICS6814 Gas sensor \([Docs](https://circuitpython.readthedocs.io/projects/mics6814/en/latest/))
72+
* [Seeed Grove Vision AI V2](https://github.com/bikeNomad/CircuitPython_grove_vision_ai_v2.git) CircuitPython library to support the Grove Vision AI V2 AI accelerator board. \([Docs](https://circuitpython-grove-vision-ai-v2.readthedocs.io/en/latest/))
7273
* [Solder Party BBQ10Keyboard](https://github.com/solderparty/arturo182_CircuitPython_BBQ10Keyboard)CircuitPython library for interfacing the BB Q10 and BB Q20 Keyboards over I2C \([Docs](https://docs.solder.party/))
7374
* [Sparkfun CircuitPython QwiicAS3935](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicAS3935.git)CircuitPython library for Sparkfun Qwiic Joystick. ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicas3935)) \([Docs](https://sparkfun-circuitpython-qwiicas3935.readthedocs.io/en/latest/))
7475
* [Sparkfun CircuitPython QwiicJoystick](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicJoystick.git) ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick)) \([Docs](https://sparkfun-circuitpython-qwiicjoystick.readthedocs.io/en/latest/))
Submodule grove_vision_ai_v2 added at b48e787

0 commit comments

Comments
 (0)