adding emc2101
This commit is contained in:
parent
30d71c9bc1
commit
bcdba32731
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -736,3 +736,6 @@
|
|||
[submodule "libraries/drivers/lc709203f"]
|
||||
path = libraries/drivers/lc709203f
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_LC709203F.git
|
||||
[submodule "libraries/drivers/emc2101"]
|
||||
path = libraries/drivers/emc2101
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_EMC2101.git
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ Helpers for driving motors, servos, and steppers.
|
|||
.. toctree::
|
||||
|
||||
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
|
||||
EMC2101 Fan Controller and Temperature monitor <https://circuitpython.readthedocs.io/projects/emc2101/en/latest/>
|
||||
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
|
||||
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
|
||||
|
||||
|
|
|
|||
1
libraries/drivers/emc2101
Submodule
1
libraries/drivers/emc2101
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9bca5782c5985c7245718678055cff668abf82ca
|
||||
Loading…
Reference in a new issue