simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
float | getFloat (void) |
float | readFloat (text_t *text) |
Function to get float number from the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
float getFloat | ( | void | ) |
Get a floating point number from the debug port.
float readFloat | ( | text_t * | device) |
Get a floating point number from the receive device.
device | is a previously open/started terminal device. |