Update: Teensyduino for Teensy 3.0 has been officially released. These beta test copies will be removed.
Here is the latest "beta9" release for Teensy 3.0
Old beta download links removed. Please use the latest version:
https://www.pjrc.com/teensy/td_download.html
For use without Arduino, see the sample makefile in hardware/teensy/cores/teensy3
For first-time use on Windows, the Serial Installer is needed.
http://www.pjrc.com/teensy/serial_install.exe
http://www.pjrc.com/teensy/windows8.txt
For first-time use on Linux (as a non-root user), this udev rule is required.
http://www.pjrc.com/teensy/49-teensy.rules
Beta #9 adds USB Mouse, Joystick and MIDI support.
Analog input speed is increased, and analogReadResolution() and analogReadAveraging() control the A/D parameters, allowing you to gain higher speeds at lower resolution.
AnalogWriteFrequency() is implemented, so you can set the PWM frequency. Even though there are 10 PWM pins, the chip can only generated 2 frequencies. Pins 3 & 4 share a common frequency. The other PWMs share a common frequency, so if you change any of those 8 pins, the other 7 are also changed.
Many minor bugs were fixed since beta8. Thanks to everyone who's posted feedback and fixes on these forums!
Here is the latest "beta9" release for Teensy 3.0
Old beta download links removed. Please use the latest version:
https://www.pjrc.com/teensy/td_download.html
For use without Arduino, see the sample makefile in hardware/teensy/cores/teensy3
For first-time use on Windows, the Serial Installer is needed.
http://www.pjrc.com/teensy/serial_install.exe
http://www.pjrc.com/teensy/windows8.txt
For first-time use on Linux (as a non-root user), this udev rule is required.
http://www.pjrc.com/teensy/49-teensy.rules
Beta #9 adds USB Mouse, Joystick and MIDI support.
Analog input speed is increased, and analogReadResolution() and analogReadAveraging() control the A/D parameters, allowing you to gain higher speeds at lower resolution.
AnalogWriteFrequency() is implemented, so you can set the PWM frequency. Even though there are 10 PWM pins, the chip can only generated 2 frequencies. Pins 3 & 4 share a common frequency. The other PWMs share a common frequency, so if you change any of those 8 pins, the other 7 are also changed.
Many minor bugs were fixed since beta8. Thanks to everyone who's posted feedback and fixes on these forums!