Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.0.0] Adds the setRXInterrupt #4656
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
[2.0.0] Adds the setRXInterrupt #4656
Changes from all commits
4d262c5
a4df65f
b20b3cd
725ad11
e8272c7
623796a
000482e
2e657a7
38914ff
8a27284
ba351a8
8db7e7f
96fa55f
7d84946
054c1a9
c344425
1ba43fc
cadb74d
02b29fd
d63d896
7bea5a4
def8f9c
21043d5
55ae3be
be5000b
6d7e8eb
e3298ea
3bfadf8
8cda769
36ebb83
cf98504
0b2ae4e
715f399
4f80e57
f33c332
5beb727
52b8a41
f948c78
4441190
ce3952d
d8f54ee
b3511e5
32a7446
f89b634
41a869a
12b8725
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timkoers I tested the code and it is working fine. I have only one issue at this point during Setup initilization... it sometimes stop at setrxInterrupt function. When I delete Serial2.begin and Serial2.setRxInterrupt -> upload the code -> then add Serial2.begin and Serial2.setRxInterrupt -> upload the code, everything starts to work fine again... I'm trying to figure out why this is happening...