circuitpython/shared-bindings/_pew
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
..
PewPew.c Modify some Python stubs 2020-08-07 01:01:28 +09:00
PewPew.h Apply review fixes: 2019-03-01 16:05:15 +01:00
__init__.c Fix #3504: Don't use time module in pew.tick() 2020-10-10 20:26:33 +02:00