Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: iraytrace/Adafruit_CircuitPython_SimpleIO

Tags

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adafruit#40 from dherrada/master

Added library name to example filenames

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adafruit#37 from sommersoft/readme_fix_travis

Update README Travis Badge

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adafruit#36 from caternuson/iss35

Update simpleio.tone to match 3.x audioio api

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adafruit#31 from kattni/pypi

PyPi setup.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request adafruit#27 from brentru/fix-autodoc

Fix autodoc

1.0.1

Toggle 1.0.1's commit message
Changes to the tone function (adafruit#24)

* Changes to the tone function:
- uses a fixed length square wave as default (can be variable) like in the mega demo
- frequency is now a float instead of an int

linted and added example

1.0.0

Toggle 1.0.0's commit message
add pylint to project and updated code

0.3.1

Toggle 0.3.1's commit message
fix for gemma/trinket and other non-audio boards

0.3.0

Toggle 0.3.0's commit message
Introduced tone helper modeled after arduino's tone. Works on digital…

… and analog pins. (adafruit#12)

Fixes adafruit#2

0.2.0

Toggle 0.2.0's commit message
shift_in/shift_out (adafruit#11)

Add `shift_in` and `shift_out` modeled after Arduino's `shiftIn` and `shiftOut`.