Merge pull request #273 from adafruit/add_emc2101

adding emc2101
This commit is contained in:
Jeff Epler 2020-10-27 08:45:30 -05:00 committed by GitHub
commit d0073130ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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/>

@ -0,0 +1 @@
Subproject commit 9bca5782c5985c7245718678055cff668abf82ca