diff options
| author | Uri Shaked | 2020-04-02 12:43:22 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-02 12:43:22 +0300 |
| commit | d9fae561fa939329f5fc256a814754431ca78180 (patch) | |
| tree | e6fa7e2ab8b8b9861a5250178838067308bce93e /demo/src | |
| parent | chore(demo): upgrade monaco editor to 0.20.0 (diff) | |
| download | avr8js-d9fae561fa939329f5fc256a814754431ca78180.tar.gz avr8js-d9fae561fa939329f5fc256a814754431ca78180.tar.bz2 avr8js-d9fae561fa939329f5fc256a814754431ca78180.zip | |
feat(demo): add LED labels
Diffstat (limited to 'demo/src')
| -rw-r--r-- | demo/src/index.html | 4 |
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> |
