simpletext library  v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
Functions
writeHexDigits.c File Reference
#include "simpletext.h"

Functions

void writeHexDigits (text_t *p, int number, int digits)
 Print string representation of a hexadecimal number to output device with a fixed number of digits.

Detailed Description

Function to print a hex number padded to number of digits to the pointer.

Copyright (c) 2013, Parallax Inc. Written by Steve Denson

Function Documentation

void writeHexDigits ( text_t device,
int  value,
int  digits 
)

Print string representation of a hexadecimal number to output device with a fixed number of digits.

Parameters
devicePreviously open/started terminal device.
valueNumber to print.
digitsNumber of hexadecimal characters to print.