Issue #46: motor.command() and CRLF#75
Conversation
The eol character is now configurable The user can now actuvate echo feedback to see what he is typing I also removed a duplication in two run() overload, while fixing what I think was a mistake by enforcing the use of the provided argument Stream& even if the ctor one is not null. Lastly, I warn the user if \n is configured but \r is detected (only in user friendly mode) All the past code should work as before (no API change required)
|
I'm ok with this PR, I'm merging it now.
I'll leave it for now, but I'd like to solve this a bit more consistently with the library API in future. Introduce a
This was a feature not a bug :D
This is a good idea, but the text is too long for Arudino UNO. I'll shrink it a bit :D |
The eol character is now configurable
The user can now actuvate echo feedback to see what he is typing
I also removed a duplication in two run() overload, while fixing what I think was a mistake by enforcing the use of the provided argument Stream& even if the ctor one is not null.
Lastly, I warn the user if \n is configured but \r is detected (only in user friendly mode)
All the past code should work as before (no API change required)