circuitpython/ports/atmel-samd/common-hal/_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
..
__init__.c _pew: move to common-hal 2020-06-22 10:45:27 -05:00
__init__.h _pew: move to common-hal 2020-06-22 10:45:27 -05:00
PewPew.c Fix #3504: Don't use time module in pew.tick() 2020-10-10 20:26:33 +02:00
PewPew.h Fix #3504: Don't use time module in pew.tick() 2020-10-10 20:26:33 +02:00