This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:piot:chapter_4_9 [2026/02/06 16:33] – raivo.sell | en:multiasm:piot:chapter_4_9 [2026/02/27 01:13] (current) – [Examples] jtokarz | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| The choice of programming level depends on the project' | The choice of programming level depends on the project' | ||
| + | |||
| + | Some AVR assembly examples for the Arduino Uno (ATmega328P), | ||
| ===== Examples ===== | ===== Examples ===== | ||
| Line 15: | Line 17: | ||
| <code c> | <code c> | ||
| void setup() { | void setup() { | ||
| - | // Set PB5 (pin 13) as output | + | // Set PB5 (pin 13) as output |
| + | | ||
| asm volatile(" | asm volatile(" | ||
| } | } | ||