loathingKernel / ariadne-bootloader

A little less unfinished TFTP bootloader for Arduino Ethernet or Arduino with Ethernet Shield
45 stars 18 forks source link

Standard bobuino pin and Arduino name for ATmega1284P LED #11

Closed per1234 closed 8 years ago

per1234 commented 8 years ago

The official Bobuino board has the built in LED on pin 13(http://www.crossroadsfencing.com/BobuinoRev17/ATMega1284_thruhole_sch1bw.png) and the mighty-1284p bobuino variant also has this set to 13(https://github.com/JChristensen/mighty-1284p/blob/v1.6.3/avr/variants/bobuino/pins_arduino.h#L49).

Arduino standard name for the built in LED is LED_BUILTIN and this is also the name used in the mighty-1284p bobuino variant.