avr-assembly-play/hello_world
lucic71 135f785aab added hello world 2020-06-02 19:32:16 +03:00
..
Makefile added hello world 2020-06-02 19:32:16 +03:00
README.md added hello world 2020-06-02 19:32:16 +03:00
hello_world.s added hello world 2020-06-02 19:32:16 +03:00

README.md

This program blinks the LED on pin 5 at an interval of approximately .7 seconds. It comes with a Makefile to build and upload the code into the Arduino board using binutils-avr for building and avrdude for uploading.