File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
"""
5
- `adafruit_emc2101_lut `
5
+ `adafruit_emc2101.emc2101_lut `
6
6
================================================================================
7
7
8
- Brushless fan controller
8
+ Brushless fan controller: extended functionality
9
9
10
10
11
11
* Author(s): Bryan Siepert
24
24
25
25
# * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
26
26
# * 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.
27
31
"""
28
32
29
33
from micropython import const
You can’t perform that action at this time.
0 commit comments