aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.html
diff options
context:
space:
mode:
authorlironh2020-03-21 21:47:31 +0200
committerlironh2020-03-21 21:47:31 +0200
commitee5708e0babd08e3ed4fffbf9a24d7cd5755a782 (patch)
tree2bc475dd7ba9d5f0363f5af9fece4a1527683485 /demo/src/index.html
parentMerge pull request #19 from gfeun/main-execute-loop-optimization (diff)
downloadavr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.tar.gz
avr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.tar.bz2
avr8js-ee5708e0babd08e3ed4fffbf9a24d7cd5755a782.zip
feat(demo): saving user history
Diffstat (limited to 'demo/src/index.html')
-rw-r--r--demo/src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index 99b1c84..9b69306 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -17,6 +17,7 @@
<div class="toolbar">
<button id="run-button">Run</button>
<button id="stop-button" disabled>Stop</button>
+ <button id="revert-button">Back to leds example</button>
<div class="spacer"></div>
<div id="status-label"></div>
</div>