Teensyduino 1.41
Changes since 1.40:
Add IntervalTimer update()
Ethernet fix socket receive state caching bug
Ethernet improve handling of unexpected remote server disconnect
SD fix timeouts
SPI pin changes kept in sync with AVR SPI emulation
SPI avoid interfere with pin 45
Wire force recovery from stuck slave devices
Wire improve detection of arbitration loss to other bus masters
Add AudioConnection disconnect() (thanks b0rg3rt)
Update platform.txt for compatibility with Arduino 1.9 beta
Fix serial stall if higher than maximum baud rate configured
Improve delayMicroseconds on Teensy 2.0 (Graham)
Fix SERIAL_8N2 mode on Teensy LC
Update sample Makefile
Add abort() function, needed for Pozyx library
Update keywords for Serial formats & USB Keyboard special keys
Improve AVR SPI register emulation, speed bits
Fix tone() issue when 0 Hz requested, minimum is 1 Hz
Fix Teensy LC DMAChannel bug (thanks kbob)
Audio add ADAT output (thanks Ernstjan Freriks)
Audio fix RMS analysis when no data
Audio ToneSweep improvements (thanks Pio)
Audio design tool custom name bug fixed (thanks neurofun)
Audio modulated sine amplitude when no mod signal fix (thanks neurofun)
Audio library documentation updated, several minor errors fixed
FastLED updated to support WS2812Serial
Time library minor updates & fixes
i2c_t3 library updated
OctoWS2811 fix on Teensy 3.5
OctoWS2811 remove unnecessary delay
OctoWS2811 improve setPixel speed (thanks sgorsh)
USBHost_t36 support for CDC-ACM, PL2303 & CH341 serial (thanks KurtE)
USBHost_t36 support for RawHID (thanks KurtE)
USBHost_t36 support for Xbox One controller (thanks KurtE)
USBHost_t36 improve keyboard & joystick support (thanks KurtE)
USBHost_t36 fix USB MIDI fast data input
USBHost_t36 Ant+ wireless adaptor support (adapted from Michael McElligott)
USBHost_t36 access to device ID and name (thanks KurtE)
XPT2046_Touchscreen detect touch by interrupts (thanks Donziboy2 & Defragster)
Accept String in Stream find() and findUntil()
Update LedDisplay library
USBHost_t36 Fix device status functions usage in polling loops
USBHost_t36 Clean up bandwidth usage info when deleting a pipe
USB MIDI support for virtual cables (select from Tools > USB Type menu)
USB MIDI updated with most functions of Arduino MIDI lib 4.3.1
USB MIDI getType() now returns same as MIDI 4.3.1 -- NOT BACKWARDS COMPATIBLE
Support for compatibility with Arduino's MIDIUSB.h
Added more examples in File > Examples > Teensy > USB_MIDI
USBHost_t36 MIDI support for virtual cables
USBHost_t36 MIDI updated with most functions of Arduino MIDI lib 4.3.1
USBHost_t36 MIDI returns same as MIDI 4.3.1 -- NOT BACKWARDS COMPATIBLE
USBHost_t36 MIDI fix for devices using interrupt endpoints
USBHost_t36 MIDI workaround for devices sending improperly coded sysex message
XPT2046_Touchscreen add setRotation()
FreqMeasureMulti fixed on Teensy LC (thanks Manitou)
USB MIDI & USBHost_t36 MIDI pitch bend using signed integer -- NOT BACKWARDS COMPATIBLE
USB MIDI & USBHost_t36 Fix receiving some MIDI sysex messages
USB MIDI add Interface_3x3 example
USBHost_t36 fix MIDI getType for note off messages
USBHost_t36 add MIDI Interface_16x16 example
Adafruit_SSD1306 uses 400 kHz in I2C mode
USBHost_t36 Joystick improvements, More Axis, Rumble, LEDs (KurtE)
Libs updated: FastLED, Adafruit_NeoPixel, Adafruit_GFX
Libs removed: NewPing
Add USB MIDI Many_Knobs_Buttons example (oddson)