Software › Blink (onboard LED)
Blink (onboard LED)
demo Open · freely redistributable
A minimal public-domain AVR sketch — the microcontroller equivalent of "Hello, world". It sets PB5 (the Arduino Uno onboard LED) as an output and toggles it on and off in a delay loop. A tiny, tight target for single-stepping the AVR core and watching PORTB change.
Format: Compiled AVR flash image (16-bit words, base64) · By: emulators.org · Licence: Public domain