Skip to content

Commit d007313

Browse files
authored
Merge pull request #273 from adafruit/add_emc2101
adding emc2101
2 parents 6bde03f + bcdba32 commit d007313

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
@@ -736,3 +736,6 @@
736736
[submodule "libraries/drivers/lc709203f"]
737737
path = libraries/drivers/lc709203f
738738
url = https://github.com/adafruit/Adafruit_CircuitPython_LC709203F.git
739+
[submodule "libraries/drivers/emc2101"]
740+
path = libraries/drivers/emc2101
741+
url = https://github.com/adafruit/Adafruit_CircuitPython_EMC2101.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Helpers for driving motors, servos, and steppers.
8282
.. toctree::
8383

8484
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
85+
EMC2101 Fan Controller and Temperature monitor <https://circuitpython.readthedocs.io/projects/emc2101/en/latest/>
8586
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
8687
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
8788

libraries/drivers/emc2101

Submodule emc2101 added at 9bca578

0 commit comments

Comments
 (0)