Nicolas Harrand

Results 2 issues of Nicolas Harrand

``` char c = 255; Serial.print(c, HEX); ``` produces ``` FFFFFFFF ``` This is due to the fact that `print(char c, int base)` convert char c (1 byte) into an...

Hello, Thanks a lot for this project! I just wanted to report that I had a slight issue when trying to make it work. It seems that at least Ubuntu...