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 for `gpio_pin_mode`. * Add support to read the data returned from `spi_transfer_bulk`.
0.0.32
* Address bugs in reading the values from Teensy's registers.
0.0.31
* Add the ability to read and write to the teensy's registers.
0.0.30
* 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
* Try to avoid racy conditions in version reading * Flush buffers upon startup to help with crash recovery.
0.0.28
* Make the error message when no device is found more human friendly.