Here is a first beta test for Teensyduino 1.28.
Edit: old beta test linkes removed. Full non-beta release is here:
http://www.pjrc.com/teensy/td_download.html
Changes since Teensyduino 1.27:
Edit: old beta test linkes removed. Full non-beta release is here:
http://www.pjrc.com/teensy/td_download.html
Changes since Teensyduino 1.27:
- Support for Arduino 1.6.8
- Ethernet rewrite
- Serial1, Serial2, Serial3 setTX(pin) setRX(pin)
- Wire setSDA(pin) & setSCL(pin) & end()
- pinMode INPUT_PULLDOWN, OUTPUT_OPENDRAIN (thanks Xenoamor)
- USB Mouse supports MOUSE_BACK & MOUSE_FORWARD buttons (thanks Xenoamor)
- SPI.usingInterrupt supports IntervalTimer
- Add libraries: MFRC522, Bounce2, RA8875
- Update LiquidCrystal, Adafruit_GFX, Adafruit_NeoPixel, AltSoftSerial, Audio, CapacitiveSensor, DS1307RTC, Encoder, i2c_t3, ILI9341_t3, OctoWS2811, OneWire, SerialFlash, ShiftPWM, Snooze, TFT_ILI9163C, Time, TimerOne, TimerThree
- Added CMP register defs (thanks Duff)
- Convert all built-in library from "legacy" format
- Fix serial monitor transmit in non-Serial modes
- Fix small error in IntervalTimer floating point init
- Fix momentary wrong board display in Teensy Loader during "Reboot OK"
- Fix back button in installer when an error is detected (easier to retry)
- Installer name changed from "teensyduino" to "TeensyduinoInstall"