adafruit / Adafruit_CircuitPython_Waveform

CircuitPython library to generate single wavelength waveforms.
MIT License
7 stars 13 forks source link

Examples should be renamed to include simpletest #12

Closed kattni closed 5 years ago

kattni commented 5 years ago
  1. Example waveform_sine_demo.py should be renamed to waveform_sine_simpletest.py.
  2. Example waveform_square_demo.py should be renamed to waveform_square_simpletest.py.

This will fit with CircuitPython library standards.

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

Hey! I would like to work on this!

kattni commented 5 years ago

@abkosar Sounds good!

kattni commented 5 years ago

Fixed by #13