Releases: ramonaoptics/teensy-to-any
Releases · ramonaoptics/teensy-to-any
Release 0.0.19
Faster command response
(Same as release 0.0.18)
Release 0.0.18
Faster communication response
Release 0.0.17
Add the ability to do SPI reads (#12) * Add the ability to do SPI reads * lint Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
Release 0.0.16
Merge pull request #11 from ramonaoptics/use_unsigned_values Ensure that analog reads return unsigned values
Release 0.0.15
Merge pull request #10 from vetonsaliu8/master Add analog_read capability
Release 0.0.14
- Enable reading and writing a contiguous payload of bytes
Release 0.0.13
Ensure that the system is compiled with I2C support for Teensy 3.2
Preliminary Teensy 4.0 Support
0.0.12 Update build info depending on Teensy version
I2C an talk to 1 byte registers
Merge pull request #4 from ramonaoptics/i2c_1_byte_address Added the ability to talk to 1 byte register address I2C devices
0.0.10 spi_transfer_bulk now works
Fix spi_transfer_bulk