Skip to content

Commit 2fdffdb

Browse files
committed
More docs improvements
1 parent e023c34 commit 2fdffdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/examples.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ LUT Usage Example
1111
-----------------
1212

1313
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.
1416

1517
.. literalinclude:: ../examples/emc2101_lut_example.py
1618
:caption: examples/emc2101_lut_example.py
@@ -21,6 +23,8 @@ PWM Tuning
2123
-----------------
2224

2325
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.
2428

2529
.. literalinclude:: ../examples/set_pwm_freq.py
2630
:caption: examples/set_pwm_freq.py

0 commit comments

Comments
 (0)