chipKIT32 / chipKIT-core

Downloadable chipKIT core for use with Arduino 1.6 - 1.8+ IDE, PlatformIO, and UECIDE
http://chipkit.net/
Apache License 2.0
59 stars 53 forks source link

Added LED_BUILTIN to pins_arduino.h #285

Closed squintz closed 8 years ago

squintz commented 8 years ago

LED_BUILTIN is missing from all chipKIT board variants. This change adds it to pins_arduino.h which should map the PIN_LED1 from each board variants Board_Defs.h file to LED_BUILTIN while still allowing it to be specifically defined in Board_Defs.h should someone decide that PIN_LED1 doesn't make sense for their particular board.

chipkitbot commented 8 years ago

The build was successful, and can be seen at http://chipkitjenkins.wayneandlayne.com/job/chipKIT-core%20PR%20Builder/177/.

EmbeddedMan commented 8 years ago

Fantastic. Tested on uC32, and worked great.