13 lines
193 B
Markdown
13 lines
193 B
Markdown
|
# ATMega328P Blinking LED Assembly
|
||
|
|
||
|
Toggle a LED about every second with 20MHz.
|
||
|
|
||
|
## Breadboard structure
|
||
|
|
||
|
PIN8 > LED > 220Ohm Resistor > GND
|
||
|
|
||
|
## Used packages (Linux)
|
||
|
|
||
|
- avr-binutils
|
||
|
- avrdude
|