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

Functions

void putFloatPrecision (float number, int width, int precision)
 Print string representation of a 32 bit floating point number to the debug port with a fixed number of digits.

Detailed Description

Function to print a float number to the debug port.

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

Function Documentation

void putFloatPrecision ( float  value,
int  width,
int  precision 
)

Print string representation of a 32 bit floating point number to the debug port with a fixed number of digits.

Parameters
valueNumber to print.
widthNumber of characters to print.
precisionNumber of decimal point digits to print.