Skip to content

Commit 4a65ece

Browse files
committed
Try fixing the CI
1 parent 03ad9de commit 4a65ece

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

adafruit_emc2101/emc2101_lut.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# SPDX-License-Identifier: MIT
44
"""
5-
`adafruit_emc2101_lut`
5+
`adafruit_emc2101.emc2101_lut`
66
================================================================================
77
8-
Brushless fan controller
8+
Brushless fan controller: extended functionality
99
1010
1111
* Author(s): Bryan Siepert
@@ -24,6 +24,10 @@
2424
2525
# * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2626
# * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
27+
28+
The class defined here may be used instead of adafruit_emc2101.EMC2101,
29+
if your device has enough RAM to support it. This class adds LUT control
30+
and PWM frequency control to the base feature set.
2731
"""
2832

2933
from micropython import const

0 commit comments

Comments
 (0)