The Teensy line is a collection of microcontrollers from PJRC based around several different powerful ICs. This basic getting started guide will help you start using the Teensy that's best for your project.
The Teensy 3.1, the Teensy++ 2.0, and the Teensy LC.
Required Materials
To follow along with this tutorial, you will need the following materials. You may not need everything though depending on what you have. Add it to your cart, read through the guide, and adjust the cart as necessary. You will need the appropriate USB cable for the Teensy board with which you are working. The following boards work with the micro-USB cable:
The Teensy++ 2.0 breaks out all of the IO available on the AT90USB1286 to breadboard-friendly 0.1" spaced headers so you can …
Retired
You will also need the appropriate headers for your project. There are several different options available. Below are a few common headers used with the boards.
How do I install a custom Arduino library? It's easy! This tutorial will go over how to install an Arduino library using the Arduino Library Manager. For libraries not linked with the Arduino IDE, we will also go over manually installing an Arduino library.