how to program and code teensy 3.1

Status
Not open for further replies.

Drbizzarow

New member
hi,
i am looking around different ARM controller based development board, i found very nice teensy board ..... but in its website i would not found how in which compiler i would do coding pls clear my confusion.
 
The most common approach is to use Arduino, of course with Teensyduino installed. Just select Teensy 3.1 from Arduino's Tools > Boards menu, and then program it like you would any Arduino compatible board. Just like Arduino, all the hardware registers and features are available to you, plus you get the easy-to-use Arduino functions when you just want to make stuff work without worrying about the technical details.

If you really want to run without the Arduino IDE, the Teensyduino installer puts a sample makefile in hardware/teensy/cores/teensy3. See the comments in the makefile regarding where the toolchain and other important files are located.
 
Status
Not open for further replies.
Back
Top