Releases: adafruit/Adafruit_CircuitPython_BusDevice
Minor fixes
- Added
requirements.txt
for Sphinx build - Added
pylint
1.9.2 force install to.travis.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-busdevice
.
Read the docs for info on how to use it.
Now on pypi!
Update to install from pypi (using pip
.)
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit bundle.
To use in CPython, pip install adafruit-circuitpython-busdevice
.
Read the docs for info on how to use it.
Allow chip select to be None
Merge pull request #17 from cerickson/issue8_spi_nochipselect Made chip_select default to None
Update documentation
from March updates.
Added an examples folder and two example .py files.
Merge pull request #15 from mrmcwethy/examples added examples folder and two example .py
Update doc, build logic, require keywords for optional args in constructor
Merge pull request #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.
Remove redundant I2CDevice.read_into method
A new method (readinto) was added a while ago to replace the read_into method. The origin read_into method is now being removed.
2.0 Release for CircuitPython 2.x
2.0 Release with binaries for CircuitPython 2.x. This also includes the latest change to modify I2C read_into to be readinto and is needed to work with updated drivers. Note that this might not work with CircuitPython 3.0+ releases!
Doc updates
Update the docs to correct examples.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit bundle.
Read the docs for info on how to use it.