Closed
Description
Two examples begin with ads1015_
and ads1115_
. They should each begin with ads1x15_ads1015_
and ads1x15_ads1115_
to match the CIrcuitPython library standards and make it clearer in the example bundle which library they are associated with.
The lines including this file name in the docs/examples.rst
file must also be updated to reflect the name change, e.g.:
.. literalinclude:: ../examples/current_file_name.py
:caption: examples/current_file_name.py
:linenos:
would be updated to:
.. literalinclude:: ../examples/current_file_name_changed.py
:caption: examples/current_file_name_changed.py
:linenos: