This website requires JavaScript.
Explore
Help
Sign in
pinetime
/
wasp-os
Watch
1
Star
0
Fork
You've already forked wasp-os
0
Code
Activity
753a1e68f1
wasp-os
/
wasp
/
main.py
4 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
wasp: pinetime: Enable filesystem support
2020-02-09 20:49:52 +01:00
import
manager
,
watch
wasp
=
manager
.
Manager
(
watch
)
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).
2020-02-03 20:24:09 +01:00
wasp
.
run
(
)
Copy permalink