Helpful additions to the Blinka library.
Project description
Karol Krizka's Blinka Additions
Helpful addtions to the Blinka library.
SPI via Big Banging IO Pins
The SPIBitBanger
class implements SPI using digital IO pins defined via the digitalio
library.
Example with MAX31865
The example.py
script shows how to use the MAX31865 Pt100 controller with the AdaFruit FT232H dongle. The MAX31865 board uses SPI phase 1 and control is thus not available via the busio.SPI
package. However the FT232H can still use it by doing SPI via the generic IO pins.
Connect the following pins between your AdaFruit FT232H dongle and the MAX31865 board.
C0
toCLK
C1
toSDO
C2
toSDI
C3
toCS
Install the adafruit-circuitpython-max31865
library and execute the example Python script.
pip install adafruit-circuitpython-max31865
BLINKA_FT232H=1 python example.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kkblinka-0.0.2.tar.gz
(15.2 kB
view hashes)
Built Distribution
kkblinka-0.0.2-py3-none-any.whl
(15.7 kB
view hashes)