Releases: adafruit/Adafruit_CircuitPython_SimpleIO
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-simpleio.
Read the docs for info on how to use it.
Update to simpleio.tone
Fix for simpleio.tone to work with CircuitPython 3.x+
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-simpleio.
Read the docs for info on how to use it.
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-simpleio.
Read the docs for info on how to use it.
Sphinx update.
Thanks to @brentru for the great work!
Updates to tone
add an example and also allow float's for tone() frequency, rearrange to be less memory intensive on PWM pins
Updated with lint and autobundling!
Thanks to @mrmcwethy for the great work!
Fixes!
- Fix
shift_outso that it actually toggles the clock. Thanks to @profbrady - Fix
simpleioon boards withoutaudioio. Thanks to @ladyada
Full change list from 0.3.0.
To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
0.3.0 - Servo and tone
- Adds Servo to simplify interfacing with servos. Thanks to @brentru
- Adds
toneto match its Arduino counterparttone. Thanks to @brentru
Full change list from 0.2.0.
To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
0.2.0 - More Arduino stuff
- Removes
NeoPixelin favor of the separate NeoPixel library. - Adds
map_range,shift_inandshift_outto match their Arduino counterpartsmap,shiftInandshiftOutrespectively. Thanks to @asherlie and @brentru for them!
Full change list from 0.1.3.
To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.