summaryrefslogtreecommitdiff
path: root/wasp/boards/simulator/machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/boards/simulator/machine.py')
-rw-r--r--wasp/boards/simulator/machine.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/wasp/boards/simulator/machine.py b/wasp/boards/simulator/machine.py
index 891b635..9596c0a 100644
--- a/wasp/boards/simulator/machine.py
+++ b/wasp/boards/simulator/machine.py
@@ -130,3 +130,8 @@ def lightsleep(ms=10):
def deepsleep(ms=10):
lightsleep(ms)
+
+def reset():
+ # We don't simulate an actual watch reset, but it should be enough for what
+ # we want to test
+ print("RESET")