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

Added way to use NeoSWSerial together with PCINT handlers #10

Merged
merged 1 commit into from
Mar 16, 2017

Conversation

dionorgua
Copy link
Contributor

Hi,

I've found that it's currently impossible to use NeoSWSerial together with own PCINT handlers, even if my handler is for completly different AVR port.

I propose to merge followed change. It just disables built-in PCINT handlers and assumes that end-user will declare own PCINT handler for pin used for RX and call NeoSWSerial::rxISR() from it.

@SlashDevin SlashDevin merged commit 95e6b3f into SlashDevin:master Mar 16, 2017
@SlashDevin
Copy link
Owner

Thanks, nice contributions!

@dionorgua
Copy link
Contributor Author

Thanks a lot!

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

Successfully merging this pull request may close these issues.

None yet

2 participants