schedule function syntax #9396
-
I am trying to schedule a call to a interrupt handler like this. The interrupt occurs, the method is executed - all is well but on the console, I get a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Sounds like you want
|
Beta Was this translation helpful? Give feedback.
-
I need to call this function from an ISR as a schedule I have tried Can you please suggest the correct syntax |
Beta Was this translation helpful? Give feedback.
Sounds like you want
schedule(value.performAction,None)