simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
void | putHexDigits (int number, int digits) |
Print string representation of a hexadecimal number to the debug port with a fixed number of digits. |
Function to print a hex number padded to number of digits to the debug port.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
void putHexDigits | ( | int | value, |
int | digits | ||
) |
Print string representation of a hexadecimal number to the debug port with a fixed number of digits.
value | Number to print. |
digits | Number of hexadecimal characters to print padded by zeros. |