| aDump_IntHex | Index |
Definition:
Parameters:
| i | - | The integer to format and transmit as a hexadecimal number. |
Return Value:
Description:
Example:
aDump_IntHex(1000);
This would send the characters "03E8" through the serial port.
aDump_IntHex(-45);
This would send the characters "FFBB" through the serial port.
Related: