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 13:12] – [3 Levels of Programming: C++, Libraries, Assembler] pczekalski | en:multiasm:piot:chapter_4_9 [2026/02/27 01:13] (current) – [Examples] jtokarz | ||
|---|---|---|---|
| Line 17: | 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(" | ||
| } | } | ||