diff options
| author | Uri Shaked | 2019-12-01 15:18:25 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-12-01 15:18:25 +0200 |
| commit | 2fd9e6d4c040d4a54456b153f4523cab05adbf02 (patch) | |
| tree | af194f254e818c1922efe6e135a071879821b32a /demo/src/index.html | |
| parent | chore: release 0.3.3 (diff) | |
| download | avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.tar.gz avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.tar.bz2 avr8js-2fd9e6d4c040d4a54456b153f4523cab05adbf02.zip | |
feat: initial implementation of USART
#6
Diffstat (limited to '')
| -rw-r--r-- | demo/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/index.html b/demo/src/index.html index 935bcff..2a8e924 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -20,6 +20,7 @@ <div class="code-editor"></div> <div class="compiler-output"> <pre id="compiler-output-text"></pre> + <pre id="serial-output-text"></pre> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.18.0/min/vs/loader.js"></script> |
