Releases: adafruit/Adafruit_CircuitPython_Waveform
Releases · adafruit/Adafruit_CircuitPython_Waveform
Now on PyPi!
- 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.
1.1.0 added demos for square and sine, fixed square per comment
Updated with lint and autobundling!
Thanks to @mrmcwethy for the great work!
0.1.1 - Now a package!
Added init.py
0.1.0 - Do the Sine Wave
Now with sine wave support.