simpletext library  v0.85
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)
 
int readChar (text_t *text)
 

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 a char from the debug port.

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

Get a char from the receive device.

Parameters
deviceis a previously open/started terminal device.
Returns
character received as an integer.