| aDump_CharHex | Index |
Definition:
Parameters:
| c | - | The character to format and transmit as a hexadecimal number. |
Return Value:
Description:
Example:
aDump_CharHex(10);
This would send the characters "0A" through the serial port.
aDump_CharHex(0x80);
This would send the characters "80" through the serial port.
Related: