From 474c449f87f55c714d1ac96475761c0d492279bf Mon Sep 17 00:00:00 2001 From: Mason W Date: Mon, 9 Jan 2023 13:47:47 -0500 Subject: [PATCH] Remove reset exposed from `machine` --- ThumbyGames/lib/thumby.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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