You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to run this under micrpoython 1.23 using Thonny 4.14 on an ESP32
I can import neotimer module from the REPL, but running any of the example1( or any others) produces this error:
File "", line 4, in
NameError: name 'Neotimer' isn't defined