Skip to content

Commit 6e92528

Browse files
committed
Adapt simulation reference
1 parent 5bbd82e commit 6e92528

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

00_Einfuehrung.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ narrator: Deutsch Female
99
import: 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

100101
int main (void) {
102+
// relevant header files
101103
Serial.begin(9600);
102104

103105
volatile byte a;

0 commit comments

Comments
 (0)