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 tried importing timer from machine to test it and see how it works, but the module is not a part of the machine directory. import machine print(dir(machine))
When I try that, timer is not one of the classes printed out.
The text was updated successfully, but these errors were encountered:
I tried importing timer from machine to test it and see how it works, but the module is not a part of the machine directory.
import machine print(dir(machine))
When I try that, timer is not one of the classes printed out.
The text was updated successfully, but these errors were encountered: