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

Skip to content

Tags: sommersoft/Adafruit_CircuitPython_SimpleIO

Tags

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`.

0.1.3

Toggle 0.1.3's commit message
Correct filename

0.1.2

Toggle 0.1.2's commit message
Add travis config.

0.1.1

Toggle 0.1.1's commit message
Switch from nativeio to digitalio because nativeio was split.

0.1.0

Toggle 0.1.0's commit message
Switch from nativeio to digitalio because nativeio was split.