simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
void | writeHexDigits (text_t *p, int number, int digits) |
Function to print a hex number padded to number of digits to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
void writeHexDigits | ( | text_t * | device, |
int | value, | ||
int | digits | ||
) |
Print a string representation of a hexadecimal number to output
device | is a previously open/started terminal device. |
value | is number to print. |
digits | is number of hexadecimal characters to print. |