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

Functions

void putChar (char c)
 Print a char to the debug port.

Detailed Description

Function to print a char to the default terminal. If c is
, append .

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

Function Documentation

void putChar ( char  c)

Print a char to the debug port.

Parameters
cChar to send.