Interrupts in a thread ? #9392
Unanswered
Gordon999
asked this question in
Using MicroPython
Replies: 3 comments 5 replies
-
Please use triple backticks ``` to enclose code sections |
Beta Was this translation helpful? Give feedback.
1 reply
-
This sounds like it might be the same as #9124 |
Beta Was this translation helpful? Give feedback.
4 replies
-
Just a comment on a problem unrelated to the interrupt issue. Using standard math operations on ticks_us/ticks_ms caused me hours of debug time:
ticks_diff should be used. Here is the explanation: Curt |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the following script but the interrupts won't work, they are fine outside the thread and I can read the value of the GP inputs in the thread BUT the interrupts won't work in the thread.
The` script generates 2 pwm signals and should count them on other inputs
Any thoughts ?
Using raspberry pico.
Beta Was this translation helpful? Give feedback.
All reactions