ArduinoCore-API
ArduinoCore-API copied to clipboard
Feature request : Add parseHex() to serial library
It will be very useful when we want to pass hexadecimal values through the serial monitor. Could be easily implemented using sscanf with "%2" in the background over temporary buffer of next 2 valid hexadecimal ASCII characters