update of https://github.com/SlashDevin/NeoHWSerial#12
Open
gicking wants to merge 38 commits intoSlashDevin:masterfrom
Open
update of https://github.com/SlashDevin/NeoHWSerial#12gicking wants to merge 38 commits intoSlashDevin:masterfrom
gicking wants to merge 38 commits intoSlashDevin:masterfrom
Conversation
gicking
commented
Nov 1, 2020
- updated to Arduino IDE >=v1.5.6 library format (see https://arduino.github.io/arduino-cli/latest/library-specification/)
- pass UART status byte to user receive function. Required e.g. for break detection in LIN bus
- support optional storing to ring buffer after return from user routine via return value
Update of NeoHWSerial (https://github.com/SlashDevin/NeoHWSerial). Changes: - add required files for Arduino IDE >=v1.5.6 - renamed attachInterrupt()/detachInterrupt() to attachRxInterrupt()/attachTxInterrupt() - add attachTxInterrupt()/detachTxInterrupt() for user function on Tx-empty interrupt. Useful e.g. for sync break handling in LIN bus - call user Rx-ISR function with UART status byte. Useful e.g. for sync break handling in LIN bus - enable optional default action in user function via return value
|
+1 please Need this to show up in the Library Manager and working for new Arduino IDE 2 |
Author
|
Yes found it right after basically. Been using this lib since 2016, glad someone else forked it and made it easy: https://github.com/gicking/NeoHWSerial Thanks @gicking ! |
Author
|
you're welcome! Judging from the last commit/merge date, I guess SlashDevin no longer actively maintains this library...!? Anyway it feels odd to publish someone else's library! It would much rather have him/her merge my changes to this repo (hint, hint) |
initial CI test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
