micropython-unicorn
micropython-unicorn copied to clipboard
Timer Class Not Present in Machine Module
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.