Releases: adafruit/Adafruit_CircuitPython_TCA9548A
Releases · adafruit/Adafruit_CircuitPython_TCA9548A
Patch for native CP use of `writeto_then_readfrom`.
- Fixes issue with previous release not working on native CP.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tca9548a.
Read the docs for info on how to use it.
Add support for `writeto_then_readfrom`.
- needed when running on linux machines
- thanks @StevenBruinen for this fix
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tca9548a.
Read the docs for info on how to use it.
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tca9548a.
Read the docs for info on how to use it.
Now on PyPi!
- Added
setup.py - Added PyPI release info to
.travis.yml - Updated
requirements.txt - Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-tca9548a.
Read the docs for info on how to use it.
initial release
let there be multiplex!