Releases: adafruit/Adafruit_CircuitPython_SimpleIO
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_out
so that it actually toggles the clock. Thanks to @profbrady - Fix
simpleio
on 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
tone
to 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
NeoPixel
in favor of the separate NeoPixel library. - Adds
map_range
,shift_in
andshift_out
to match their Arduino counterpartsmap
,shiftIn
andshiftOut
respectively. 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.
And again
And one more try. :-)
Third release for TravisCI generation. Requires CircuitPython 0.9.4!
Second release for CircuitPython 0.9.4
Second release for TravisCI generation. Requires CircuitPython 0.9.4!
0.1.0 - NeoPixel!
Add a simple NeoPixel API and switch to digitalio
from the nativeio
split.