simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
int | getChar (void) |
int | readChar (text_t *text) |
Simple Terminal getchar function.
Copyright (C) 2013, Parallax Inc. Written by Steve Denson See end of file for terms of use.
int getChar | ( | void | ) |
Get a char from the debug port.
int readChar | ( | text_t * | device) |
Get a char from the receive device.
device | is a previously open/started terminal device. |