Skip to content

Tags: kattni/Adafruit_CircuitPython_BusDevice

Tags

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
tannewt Scott Shawcroft
Reformat deploy section

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tannewt Scott Shawcroft
Update setup.py so it can be used in CPython on RPi

2.2.0

Toggle 2.2.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#17 from cerickson/issue8_spi_nochipselect

Made chip_select default to None

2.1.1

Toggle 2.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#16 from sommersoft/new_docs

Improve Ref Docs

2.1.0

Toggle 2.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#15 from mrmcwethy/examples

added examples folder and two example .py

2.0.2

Toggle 2.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#12 from tannewt/lint

Update to new build process and turn on lint.

I tested and showed that the default and overrides are correctly passed to  spi.config().  Since I do not have a oscilloscope i cannot say whether the configuration values were acted upon by the busio.SPI, but i did show that the changes to the project were correct.

2.0.1

Toggle 2.0.1's commit message
remove deprecated method read_into

2.0

Toggle 2.0's commit message
Added readinto() method to be more consistant with busdevice.spi. (ad…

…afruit#10)

Added warning on read_into() saying it will be deprecated in the future

0.3.1

Toggle 0.3.1's commit message
Update readme with chat room docs and stop a warning.

0.3.0

Toggle 0.3.0's commit message
Use busio after nativeio split.