diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:24:09 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:26:08 (GMT) |
| commit | 3892f07e62fcbbac128401f183bec66361f08db1 (patch) | |
| tree | 877ebbb5d856c8a3539417872f148932fedae75d /wasp/main.py | |
| parent | fc74f7e37b3db9024d6cecf9fabdddf602b88b3c (diff) | |
wasp: Add simple clock app
At this point both the simulator and a PineTime will come up
and show a clock (although in the case of the PineTime the clock
will just come up at 12:00).
Diffstat (limited to 'wasp/main.py')
| -rw-r--r-- | wasp/main.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wasp/main.py b/wasp/main.py index f88de60..6b41efa 100644 --- a/wasp/main.py +++ b/wasp/main.py @@ -1,4 +1 @@ -import machine - -while True - machine.deepsleep() +wasp.run() |
