-
Hello everyone, Has anyone found how an action can be done while a button a pushed. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
dynek
Apr 29, 2022
Replies: 1 comment
-
Ended up using a FreeRTOS task when |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dynek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up using a FreeRTOS task when
kEventPressed
and deleting it whenkEventReleased
.