diff --git a/ThumbyGames/lib/thumby.py b/ThumbyGames/lib/thumby.py index 8c3347ae..93519913 100644 --- a/ThumbyGames/lib/thumby.py +++ b/ThumbyGames/lib/thumby.py @@ -21,9 +21,9 @@ the Thumby API. If not, see . ''' -from machine import reset as machineReset, freq +from machine import freq -# Last updated 14-Dec-2022 +# Last updated 9-Jan-2023 __version__ = '1.9' # Grab initial frequency