Replies: 1 comment 2 replies
-
It seems to be the (usual) problem with a tight loop. The loop:
prevents other tasks to start. If you use for instance |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
while using an esp32 :
I have noticed that functions decorated with @micropython.native prevent Timer from working reliably.
Here's an example code :
I couldn't find something relevant in the documentation. Is this the expected behavior ? Is there any way to get the Timer work even when using @micropython.native ?
Regards,
Stef
Beta Was this translation helpful? Give feedback.
All reactions