We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal: Use FreeRTOS capabilities for handling PIN_LOCK_LATCH_SWITCH and PIN_LOCK_ROTATION_SWITCH state changes.
PIN_LOCK_LATCH_SWITCH
PIN_LOCK_ROTATION_SWITCH
Both pins should be attached to an ISR, which in turn notifies a waiting/blocking handler and takes care of anything from there on
The text was updated successfully, but these errors were encountered:
Partly solved in 76f2806
Motor opening/parking should be put into another task
Sorry, something went wrong.
stkdiretto
No branches or pull requests
Goal: Use FreeRTOS capabilities for handling
PIN_LOCK_LATCH_SWITCH
andPIN_LOCK_ROTATION_SWITCH
state changes.Both pins should be attached to an ISR, which in turn notifies a waiting/blocking handler and takes care of anything from there on
The text was updated successfully, but these errors were encountered: