Skip to content

Commit 22f9ab6

Browse files
authored
Merge pull request #347 from dhalbert/radial_controller
Add radial_controller
2 parents d989952 + 6302d56 commit 22f9ab6

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
@@ -857,3 +857,6 @@
857857
[submodule "libraries/drivers/uc8151d"]
858858
path = libraries/drivers/uc8151d
859859
url = https://github.com/adafruit/Adafruit_CircuitPython_UC8151D.git
860+
[submodule "libraries/helpers/radial_controller"]
861+
path = libraries/helpers/radial_controller
862+
url = https://github.com/adafruit/Adafruit_CircuitPython_Radial_Controller.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ Miscellaneous Helpers
204204
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
205205
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
206206
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
207+
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
207208
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
208209
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
209210
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>

libraries/helpers/radial_controller

Submodule radial_controller added at ad60969

0 commit comments

Comments
 (0)