Here is a second (and probably final) beta test for Teensyduino 1.29.
EDIT: beta test link removed.
Changes since Teensyduino 1.29-beta1:
EDIT: beta test link removed.
Changes since Teensyduino 1.29-beta1:
- SPI setMOSI, setMISO, setCLK work after SPI.begin
- Serial1 setTX, setRX support pins 24 & 25 on Teensy LC
- Port Serial1.clear to Teensy3 (thanks KurtE)
- Port digitalWriteFast & digitalReadFast to Teensy2 (thanks KurtE)
- Port Arduino's AVR Serial1 optimization to Teensy2 (thanks KurtE)
- Add missing hardware register defs (thanks Duff)
- Fix undocumented flightsim callback (thanks jbliesener)
- Fix Servo library compile issue on Arduino 1.6.9
- Update libraries: FreqCount, LedDisplay, SerialFlash, Talkie, TFT_ILI9163C