Teensytoany

Latest version: v0.7.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.0.26

* added function `spi_read_byte` enabling the user to read SPI register.

0.0.25

* added function `analog_read` enabling the user to read analog signals.

0.0.24

* added `i2c_read_payload and` `i2c_write_payload functions` which allows users to read and write a contiguous payload of bytes

0.0.23

* `gpio_pin_mode` now takes an optional parameter to set the value after the
mode is set. This is useful for those setting output pins to avoid any delay
in the serial communication that could set the pins in an invalid state
for a lengthy period of time.

* Add new command `gpio_digital_pulse` and `gpio_digital_pulse_us` that enable
the use to pulse a digital pin.

* Add new command `analog_pulse` that enable the use to pulse a an analog pin
at a given duty cycle.

* `spi_transfer_bulk` now also returns the data read back from device.

0.0.22

* Add the command `i2c_read_payload_no_register` to provide the ability to read
from devices like the AT24CS01 EEPROM data over I2C.
* Add the command `i2c_read_payload_uint16`.

0.0.21

* Add support for I2C on the Teensy4 through the use of
[Richard Gemmell's library](https://github.com/Richard-Gemmell/teensy4_i2c/).

Page 4 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.