Nick Dodds
Nick Dodds
Awesome thanks! - Nick On Mon, Feb 22, 2016 at 12:06 PM, malleYay [email protected] wrote: > Hey, the ClickEncoder.h says > > ClickEncoder(uint8_t A, uint8_t B, uint8_t BTN = -1,...
Hi SebCanet, Im having trouble reproducing this. Can you post a screenshot of the message you see? Thanks. Nick
All data is read into a buffer until CRLF is found. Line 62 of the code is what is looking for carriage return line feed. `if ((buffer[ReadBuffPos] == '\n')&&(buffer[ReadBuffPos-1] ==...
Ahh I see your question. Yes I believe that Would happen. I built this to be compatible with arduinos aerial terminal which I believe is terminated by crlf characters. I...
lordgort. Is this error an exception? If so can you click the "details" button and send me a the text that is shown.