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.
C0toCLKC1toSDOC2toSDIC3toCS
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kkblinka-0.0.2.tar.gz.
File metadata
- Download URL: kkblinka-0.0.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
207777e831eefe5cc9e3f05a2949b765b67b0b44c98abc58bfe097c2b42ae3fe
|
|
| MD5 |
fea6507b60de4d8555439ef3bda5b2fb
|
|
| BLAKE2b-256 |
f446c271e7f17ed3ea6024a961303fb8b3082b617f9140b01ab26082f2b48624
|
File details
Details for the file kkblinka-0.0.2-py3-none-any.whl.
File metadata
- Download URL: kkblinka-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad0480deecafe18b454f97c3657c96f9e86d47060685471a37703cef3036f89
|
|
| MD5 |
b37f04aa3c4659e6d63f8a6b4b4a0a60
|
|
| BLAKE2b-256 |
d1028c9e869e0efd53d5958a01416276abaaf1769877157a27bcd205d626469f
|