LED Pin on Teensy 3.6

Status
Not open for further replies.
Looking at the second image on that page under "Teensy 2.0 Pins" it shows '(Led on 11)'.

Using LED_BUILTIN should work for pinmode and output to the LED if it is like the ARM Teensy.


I find this that may help if you need more info:
...\hardware\teensy\avr\cores\teensy\pins_arduino.h:
28: const static uint8_t LED_BUILTIN = CORE_LED0_PIN;

...\hardware\teensy\avr\cores\teensy\core_pins.h:
246: #define CORE_LED0_PIN PIN_D6

You can see that wired here for the Teensy 2.0:: www.pjrc.com/teensy/schematic.html
 
Pin 13.

card9a_rev1.png
 
opps - I read the "Teensy 2.0 has the LED on pin 11." and took that as the question - not the more obvious 'title' - though 'LED_BUILTIN' is also a correct answer.
 
Status
Not open for further replies.
Back
Top