| aDump_IntUdec | Index |
Definition:
Parameters:
| i | - | The intger to format and transmit as an unsigned decimal number. |
Return Value:
Description:
Example:
aDump_IntUdec(1000);
This would send the characters "1000" through the serial port.
aDump_IntUdec(0x8002);
This would send the characters "32770" through the serial port.
Related: