summaryrefslogtreecommitdiff
path: root/wasp/apps/stopwatch.py
AgeCommit message (Collapse)Author
2020-04-26apps: stopwatch: Fix redraw bug (and remove some old test code)Daniel Thompson
2020-04-14wasp: stopwatch: Replace the stub with a "real" implementationDaniel Thompson
There are still some holes here. In particular the RTC resolution on nRF devices (such as PineTime) is currently a full second (meaning the centiseconds will always be zero. Nevertheless that isn't the apps fault... as we can see when we run on the simulator.
2020-04-12WIP: Introduce the quick_ringDaniel Thompson