diff options
| author | Uri Shaked | 2019-12-07 13:13:16 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-12-07 13:13:16 +0200 |
| commit | bf0dc3c9835eaec056f3f309728818429dede004 (patch) | |
| tree | f61aa3f36e1a0bc0b9b2f09aceee86eff260044c /demo/src/index.html | |
| parent | feat(usart): add onLineTransmit callback (diff) | |
| download | avr8js-bf0dc3c9835eaec056f3f309728818429dede004.tar.gz avr8js-bf0dc3c9835eaec056f3f309728818429dede004.tar.bz2 avr8js-bf0dc3c9835eaec056f3f309728818429dede004.zip | |
refactor(demo): use LED from @wokwi/elements
Diffstat (limited to 'demo/src/index.html')
| -rw-r--r-- | demo/src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/src/index.html b/demo/src/index.html index 2a8e924..99b1c84 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -10,7 +10,10 @@ <body> <h2>AVR8js LED Demo</h2> <div class="app-container"> - <div class="leds"></div> + <div class="leds"> + <wokwi-led color="green"></wokwi-led> + <wokwi-led color="red"></wokwi-led> + </div> <div class="toolbar"> <button id="run-button">Run</button> <button id="stop-button" disabled>Stop</button> |
