File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ LUT Usage Example
11
11
-----------------
12
12
13
13
Use the temperature to fan speed Look Up Table to automatically control the fan speed.
14
+ This example requires more memory than the first one because it needs to use the extended
15
+ :class: `adafruit_emc2101.emc2101_lut.EMC2101_LUT ` driver to access LUT functionality.
14
16
15
17
.. literalinclude :: ../examples/emc2101_lut_example.py
16
18
:caption: examples/emc2101_lut_example.py
@@ -21,6 +23,8 @@ PWM Tuning
21
23
-----------------
22
24
23
25
Adjust the EMC2101s PWM settings to fit your application.
26
+ This example requires more memory than the first one because it needs to use the extended
27
+ :class: `adafruit_emc2101.emc2101_lut.EMC2101_LUT ` driver to access LUT functionality.
24
28
25
29
.. literalinclude :: ../examples/set_pwm_freq.py
26
30
:caption: examples/set_pwm_freq.py
You can’t perform that action at this time.
0 commit comments