Skip to content
New issue

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

Implement interrupt key for Arduino Due interrupt driven serial driver #6

Open
BrentSeidel opened this issue May 25, 2020 · 0 comments

Comments

@BrentSeidel
Copy link
Owner

In some circumstances a ctrl-c like interrupt may be useful. The serial driver should be up updated so that when a specified character is received (typically ctrl-c), a user define procedure is called. This should be optional so that if no procedure is specified, the driver will work as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant