| aDump_IntDec | Index |
Definition:
Parameters:
| i | - | The integer to format and transmit as a decimal number. |
Return Value:
Description:
Example:
aPrint_IntDec(0x03E8);
This would send the characters "1000" through the serial port.
aDump_IntDec(0xFFFF);
This would send the characters "-1" through the serial port.
Related: