Skip to content

Commit f41c254

Browse files
authored
Merge pull request #170 from brentru/add-cursorcontrol-to-bundle
Add CursorControl to bundle!
2 parents c4564ec + 8a90c0d commit f41c254

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
@@ -484,3 +484,6 @@
484484
[submodule "libraries/drivers/vcnl4040"]
485485
path = libraries/drivers/vcnl4040
486486
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4040.git
487+
[submodule "libraries/helpers/cursorcontrol"]
488+
path = libraries/helpers/cursorcontrol
489+
url = https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
4444
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4545
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
4646
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
47+
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
4748
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
4849
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
4950
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>

libraries/helpers/cursorcontrol

Submodule cursorcontrol added at 4f1f480

0 commit comments

Comments
 (0)