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

Functions

void writeFloat (text_t *p, float number)
 Print string representation of a 32 bit floating point number to device.

Detailed Description

Function to print a float number to the pointer.

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

Function Documentation

void writeFloat ( text_t device,
float  value 
)

Print string representation of a 32 bit floating point number to device.

Parameters
devicePreviously open/started terminal device.
valueNumber to print.