Skip to content

Releases: adafruit/Adafruit_CircuitPython_Waveform

Update Travis Badge In Readme

15 Jan 02:43
6adc52c

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-waveform.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:44

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-waveform.

Read the docs for info on how to use it.

Now on PyPi!

09 Aug 15:51
ec00ffa

Choose a tag to compare

  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-waveform.

Read the docs for info on how to use it.

Added an examples folder and two example .py files.

18 Jan 18:27

Choose a tag to compare

1.1.0

added demos for square and sine, fixed square per comment

Updated with lint and autobundling!

16 Dec 22:54

Choose a tag to compare

Thanks to @mrmcwethy for the great work!

0.1.1 - Now a package!

04 May 18:52

Choose a tag to compare

Added init.py

0.1.0 - Do the Sine Wave

04 May 18:34

Choose a tag to compare

Now with sine wave support.