sleemanj / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
66 stars 13 forks source link

ATtiny10 does not have LED_BUILTIN defined #29

Open mm3x opened 1 year ago

mm3x commented 1 year ago

Default Blink example does not work due to LED_BUILTIN not being defined for ATtiny10. As port D2 (pin 4) is not used for programming MPU, let me recommend to use it for LED_BUILTIN.