avr-assembly-play/hello_world
lucic71 48687a9498 Modified a wrong explaination 2020-06-03 16:49:09 +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 Modified a wrong explaination 2020-06-03 16:49:09 +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.