simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
Functions | |
int | getDec (void) |
Get decimal number from the debug port. | |
int | readDec (text_t *text) |
Get decimal number from the receive device. |
Function to get decimal number from the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
int getDec | ( | void | ) |
Get decimal number from the debug port.
int readDec | ( | text_t * | device | ) |
Get decimal number from the receive device.
*device | Previously open/started terminal device. |