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

Functions

int getChar (void)
 Get char from the debug port.
int readChar (text_t *text)
 Get char from the receive device.

Detailed Description

Simple Terminal getchar function.

Copyright (C) 2013, Parallax Inc. Written by Steve Denson See end of file for terms of use.

Function Documentation

int getChar ( void  )

Get char from the debug port.

Returns
Character received as an integer.
int readChar ( text_t device)

Get char from the receive device.

Parameters
*devicePreviously open/started terminal device.
Returns
character received as an int value.