simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
void | writeFloat (text_t *p, float number) |
Print string representation of a 32 bit floating point number to device. |
Function to print a float number to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
void writeFloat | ( | text_t * | device, |
float | value | ||
) |
Print string representation of a 32 bit floating point number to device.
device | Previously open/started terminal device. |
value | Number to print. |