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

Functions

void putHex (int number)
 Print string representation of a hexadecimal number to the debug port.

Detailed Description

Function to print a hex number to the default terminal.

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

Function Documentation

void putHex ( int  value)

Print string representation of a hexadecimal number to the debug port.

Parameters
valueNumber to print.