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
1111-----------------
1212
1313Use 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.
1416
1517.. literalinclude :: ../examples/emc2101_lut_example.py
1618 :caption: examples/emc2101_lut_example.py
@@ -21,6 +23,8 @@ PWM Tuning
2123-----------------
2224
2325Adjust 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.
2428
2529.. literalinclude :: ../examples/set_pwm_freq.py
2630 :caption: examples/set_pwm_freq.py
You can’t perform that action at this time.
0 commit comments