File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ narrator: Deutsch Female
99import: https://raw.githubusercontent.com/liascript-templates/plantUML/master/README.md
1010 https://raw.githubusercontent.com/LiaTemplates/NetSwarm-Simulator/master/README.md
1111 https://raw.githubusercontent.com/liaTemplates/DigiSim/master/README.md
12- https://github.com/LiaTemplates/AVR8js/main/README.md#10
13-
12+ https://raw.githubusercontent.com/liaTemplates/AVR8js/main/README.md
1413-->
1514
1615# Einführung
@@ -86,6 +85,7 @@ Am Ende des Compiliervorganges entsteht daraus der sogenannte Maschinencode. Die
8685:00000001FF
8786```
8887
88+ {{2}}
8989<div >
9090 <span id =" simulation-time " ></span >
9191</div >
@@ -94,10 +94,12 @@ Am Ende des Compiliervorganges entsteht daraus der sogenannte Maschinencode. Die
9494#define F_CPU 16000000UL
9595#define ANSWER_TO_LIFE 42
9696
97+ // relevant header files
9798#include < avr/io.h>
9899#include < util/delay.h>
99100
100101int main (void) {
102+ // relevant header files
101103 Serial.begin(9600);
102104
103105 volatile byte a;
You can’t perform that action at this time.
0 commit comments