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