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

Functions

float getFloat (void)
 Get floating point number from the debug port.
float readFloat (text_t *text)
 Get floating point number from the receive device.

Detailed Description

Function to get float number from the terminal.

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

Function Documentation

float getFloat ( void  )

Get floating point number from the debug port.

Returns
Value received.
float readFloat ( text_t device)

Get floating point number from the receive device.

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