Radomir Dopieralski b227b79dec Fix #3504: Don't use time module in pew.tick()
The time.sleep() and time.monotonic() functions break the timer
interrupt on which PewPew10 display relies, so we can't use them
anymore. Instead I'm adding a time-keeping function to the display
code itself, which then can be used in pew.tick() internally.
2020-10-10 20:26:33 +02:00
..
2020-09-28 18:55:56 -05:00
2020-09-28 18:55:56 -05:00
2020-10-07 16:12:07 -07:00
2020-10-06 20:14:50 -05:00