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

Functions

void putDec (int number)
 

Detailed Description

Function to print a decimal number to the default terminal.

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

Function Documentation

void putDec ( int  value)

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

Parameters
valueis number to print.