Here is a first beta test for Teensyduino 1.23:
Edit: old beta test linkes removed. Full non-beta release is here:
http://www.pjrc.com/teensy/td_download.html
Please give this a try and report any bugs. Try to include a sample program that reproduces the problem!
These are the changes since Teensyduino 1.22:
Edit: old beta test linkes removed. Full non-beta release is here:
http://www.pjrc.com/teensy/td_download.html
Please give this a try and report any bugs. Try to include a sample program that reproduces the problem!
These are the changes since Teensyduino 1.22:
- Improve Wire library, handle Lidar Lite issues
- Add SerialFlash library
- Optimize SD library for Teensy 3.x (SD_t3.h, disabled by default)
- Default Systick interrupt to priority level 32
- Fix 24 MHz speed on Teensy 3.1
- Fix RawHID on Teensy 2.0 with newer Arduino version
- Update Time library
- Update i2c_t3 library, adds support for Teensy-LC