diff options
Diffstat (limited to 'wasp/boards/sphinx')
| -rw-r--r-- | wasp/boards/sphinx/watch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/watch.py b/wasp/boards/sphinx/watch.py index 6ffcd5f..2a6e498 100644 --- a/wasp/boards/sphinx/watch.py +++ b/wasp/boards/sphinx/watch.py @@ -46,6 +46,8 @@ def sleep_ms(ms): time.sleep(ms / 1000) time.sleep_ms = sleep_ms +import os + class Accel(): def reset(self): pass |
