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

Functions

int getBin (void)
 Get binary number from the debug port.
int readBin (text_t *text)
 Get binary number from the receive device.

Detailed Description

Function to get a binary number from the terminal.

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

Function Documentation

int getBin ( void  )

Get binary number from the debug port.

Returns
Value received.
int readBin ( text_t device)

Get binary number from the receive device.

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