aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-04-02 12:43:22 +0300
committerUri Shaked2020-04-02 12:43:22 +0300
commitd9fae561fa939329f5fc256a814754431ca78180 (patch)
treee6fa7e2ab8b8b9861a5250178838067308bce93e
parentchore(demo): upgrade monaco editor to 0.20.0 (diff)
downloadavr8js-d9fae561fa939329f5fc256a814754431ca78180.tar.gz
avr8js-d9fae561fa939329f5fc256a814754431ca78180.tar.bz2
avr8js-d9fae561fa939329f5fc256a814754431ca78180.zip
feat(demo): add LED labels
Diffstat (limited to '')
-rw-r--r--demo/src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index 4171fa7..da49324 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -11,8 +11,8 @@
<h2>AVR8js LED Demo</h2>
<div class="app-container">
<div class="leds">
- <wokwi-led color="green"></wokwi-led>
- <wokwi-led color="red"></wokwi-led>
+ <wokwi-led color="green" label="13"></wokwi-led>
+ <wokwi-led color="red" label="12"></wokwi-led>
</div>
<div class="toolbar">
<button id="run-button">Run</button>