A pythonic way to access the teensytoany board
Project description
Python TeensyToAny
A pythonic way to access the teensytoany board
- Documentation: https://python-teensytoany.readthedocs.io.
- See: https://github.com/ramonaoptics/teensy-to-any
Features
- TODO
Credits
This package was created with Cookiecutter and the hmaarrfk/cookiecutter-pypackage project template.
History
0.0.34 (2023-08-26)
- Small fixup in how reading the Teensy's registers is done to ensure better forward compatibility.
0.0.33 (2023-08-26)
The following features require teensy-to-any version 0.0.23 or greater
- Add support for
gpio_digital_pulse
. - Add support for
analog_pulse
. - Add support for new
value
parameter forgpio_pin_mode
. - Add support to read the data returned from
spi_transfer_bulk
.
0.0.32 (2023-08-30)
- Address bugs in reading the values from Teensy's registers.
0.0.31 (2023-08-21)
- Add the ability to read and write to the teensy's registers.
0.0.30 (2023-04-03)
- Increase default timeout to 0.2 seconds from 0.1. This helps receive error messages from missed I2C communications.
- Return an error if no response is returned from a standard command indicating a timeout.
0.0.29 (2023-03-06)
- Try to avoid racy conditions in version reading
- Flush buffers upon startup to help with crash recovery.
0.0.28 (2023-03-04)
- Make the error message when no device is found more human friendly.
0.0.27 (2022-10-16)
- Use packaging instead of distutils for version identification
0.0.26 (2021-09-13)
- added function
spi_read_byte
enabling the user to read SPI register.
0.0.25 (2021-07-14)
- added function
analog_read
enabling the user to read analog signals.
0.0.24 (2021-06-03)
- added
i2c_read_payload and
i2c_write_payload functions
which allows users to read and write a contiguous payload of bytes
0.0.23 (2021-02-13)
- Ensure compatibility with pyserial 3.X
- Power a
start_poweroff
parameter toTeensyPower
to start the device in the on state. - Added the ability to close and open the device without deleting the python object.
0.0.22 (2020-06-18)
- Added the ability to control a power switch that is connected to the nominally on port.
0.0.20 (2019-12-14)
- Added capabilities for SPI and Analog functions
0.0.16 (2019-11-30)
TeensyPower
destructor will not raise an error when the device had failed to open.
0.0.15 (2019-11-29)
TeensyPower
devices will automatically poweroff the output when closed.
0.0.14 (2019-11-29)
- Added the specialized
TeensyPower
driver.
0.0.13 (2019-11-20)
- Added a few more serial numbers to the
teensytoany.known_devices
0.0.1 (2019-11-07)
- First release on PyPI.
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
teensytoany-0.0.34.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file teensytoany-0.0.34.tar.gz
.
File metadata
- Download URL: teensytoany-0.0.34.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14d8805f55ad068a0f70f81bab04acf6d89464a1b58c5830d297587d139a1b10 |
|
MD5 | e4d247400921950e9104627ee73d2bd1 |
|
BLAKE2b-256 | 58e92f38847e5202c550b3c3bd5bceb89ee7311408cb107aa7091496c86c8509 |
File details
Details for the file teensytoany-0.0.34-py2.py3-none-any.whl
.
File metadata
- Download URL: teensytoany-0.0.34-py2.py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a2012bfcc7e0803d170a2d68e91e6eac193309d5725ba2a52cf6f75cccc633 |
|
MD5 | df149c9b4f643471816d16e7a0a670d9 |
|
BLAKE2b-256 | 618593c9c3667a064a8e9d98889afb5226cf07dff0a8c8abc61b4692c7ebd400 |