USB-ISS Python Library
Python library for the USB-ISS module.
- USB ISS module documentation:
- Python API documentation:
Features
I2C Mode
IO Mode (untested)
SPI Mode (not yet implemented)
Serial Mode (not yet implemented)
Usage Example
from usb_iss import UsbIss, defs
# Configure I2C mode
iss = UsbIss()
iss.open("COM3")
iss.setup_i2c()
# Write and read back some data
iss.i2c.write(0xC4, 0, [0, 1, 2]);
data = iss.i2c.read(0xC4, 0, 3)
print(data)
# [0, 1, 2]
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2018-04-19)
Initial release
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
usb_iss-0.2.0.tar.gz
(9.1 kB
view details)
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 usb_iss-0.2.0.tar.gz.
File metadata
- Download URL: usb_iss-0.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfaa17adb67a82bd67d5624dc5cd46ca65b2c7d4b71a155d6c69ab2ecb8f941f
|
|
| MD5 |
34552f752192881c735c786a067a9451
|
|
| BLAKE2b-256 |
fd3cdf70f85c5b106e1b964a7aad6eff0ddfc33dfa6ff1633af156f201c60b68
|
File details
Details for the file usb_iss-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: usb_iss-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cfc27db534b442271789bf78a85edbcd97051e550dec086aa6829790494a1dd
|
|
| MD5 |
dec14d79bdcb8cbb00dd2de8416e2298
|
|
| BLAKE2b-256 |
f0e3d02e78ba4c2d9c669b47ef135ec8d5e54554ce549b05aadf8b9e17f8fa8a
|