ugui.py: Enable alternative Input class.

touch
Peter Hinch 2022-07-19 12:26:23 +01:00
rodzic ec9b1ddce9
commit 17554ccf7c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,7 @@
# Copyright (c) 2019-2022 Peter Hinch
# Credit to Bart Cerneels for devising and prototyping the 3-button mode
# Also for suggesting abstracting the input device class.
import uasyncio as asyncio
from uasyncio import Event
@ -20,7 +21,7 @@ ssd = None
_vb = True
gc.collect()
__version__ = (0, 1, 5)
__version__ = (0, 1, 6)
# Null function
dolittle = lambda *_ : None