Teensy 3.0
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. The Teensy 3.0 brings a 32 bit ARM Cortex microprocessor into the mix so you can do some serious number crunching.
The Teensy 3.0 comes pre-flashed with a bootloader so you can program it using the on-board USB connection: No external programmer needed! You can program the Teensy in your favorite IDE using C or you can install the Teensyduino add-on for the Arduino IDE and write Arduino sketches for Teensy!
The processor on the Teensy also has access to the USB and can emulate any kind of USB device you need it to be, making it great for USB-MIDI and other HID projects. The 32 bit processor beings a few other features to the table as well, such as multiple channels of Direct Memory Access, several high-resolution ADCs and even an I2S digital audio interface! There are also 4 separate interval timers and 4 delay timers that don't conflict with the PWM channels on the uC! Oh yeah, and all pins have interrupt capability.
All of this functionality is jammed into a 1.4 x 0.7 inch board with all headers on a 0.1" grid so you can slap in on a breadboard and get to work!
Teensy 3.0
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. The Teensy 3.0 brings a 32 bit ARM Cortex microprocessor into the mix so you can do some serious number crunching.
The Teensy 3.0 comes pre-flashed with a bootloader so you can program it using the on-board USB connection: No external programmer needed! You can program the Teensy in your favorite IDE using C or you can install the Teensyduino add-on for the Arduino IDE and write Arduino sketches for Teensy!
The processor on the Teensy also has access to the USB and can emulate any kind of USB device you need it to be, making it great for USB-MIDI and other HID projects. The 32 bit processor beings a few other features to the table as well, such as multiple channels of Direct Memory Access, several high-resolution ADCs and even an I2S digital audio interface! There are also 4 separate interval timers and 4 delay timers that don't conflict with the PWM channels on the uC! Oh yeah, and all pins have interrupt capability.
All of this functionality is jammed into a 1.4 x 0.7 inch board with all headers on a 0.1" grid so you can slap in on a breadboard and get to work!