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

Functions

int getDec (void)
 Get decimal number from the debug port.
int readDec (text_t *text)
 Get decimal number from the receive device.

Detailed Description

Function to get decimal number from the terminal.

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

Function Documentation

int getDec ( void  )

Get decimal number from the debug port.

Returns
Value received.
int readDec ( text_t device)

Get decimal number from the receive device.

Parameters
*devicePreviously open/started terminal device.
Returns
Number received.