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

Functions

void writeChar (text_t *p, char c)
 Send char on the transmit device.

Detailed Description

Function to print a char to the terminal.

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

Function Documentation

void writeChar ( text_t device,
char  c 
)

Send char on the transmit device.

Parameters
devicePreviously open/started terminal device.
cChar to send.