adafruit / Adafruit_CircuitPython_AMG88xx

circuit python driver from AMG88xx GRID-EYE 8x8 IR sensor
MIT License
38 stars 26 forks source link

Example needs renaming to match lib name #18

Closed kattni closed 5 years ago

kattni commented 5 years ago

One example begins with amg8xx_. It should begin with amg88x_ to match the lib name.

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:
makermelissa commented 5 years ago

Shouldn't this actually be amg88xx_?

kattni commented 5 years ago

@makermelissa Yes. The PR is still open. I will have them fix it.