Skip to content

Releases: adafruit/Adafruit_CircuitPython_SimpleIO

Sphinx update.

24 Feb 21:08
3544dab
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updates to tone

05 Jan 19:49
Compare
Choose a tag to compare

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!

16 Dec 23:03
Compare
Choose a tag to compare

Thanks to @mrmcwethy for the great work!

Fixes!

17 Oct 00:42
Compare
Choose a tag to compare
  • Fix shift_out so that it actually toggles the clock. Thanks to @profbrady
  • Fix simpleio on boards without audioio. 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

01 Sep 21:08
Compare
Choose a tag to compare
  • Adds Servo to simplify interfacing with servos. Thanks to @brentru
  • Adds tone to match its Arduino counterpart tone. 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

01 Aug 01:16
Compare
Choose a tag to compare
  • Removes NeoPixel in favor of the separate NeoPixel library.
  • Adds map_range, shift_in and shift_out to match their Arduino counterparts map, shiftIn and shiftOut 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

11 Apr 18:17
Compare
Choose a tag to compare

Fourth release for TravisCI generation. Requires CircuitPython 0.9.4!

And one more try. :-)

11 Apr 18:14
Compare
Choose a tag to compare

Third release for TravisCI generation. Requires CircuitPython 0.9.4!

Second release for CircuitPython 0.9.4

11 Apr 17:37
Compare
Choose a tag to compare

Second release for TravisCI generation. Requires CircuitPython 0.9.4!

0.1.0 - NeoPixel!

10 Apr 23:45
Compare
Choose a tag to compare

Add a simple NeoPixel API and switch to digitalio from the nativeio split.