Libraries \ FluentPrint

Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.

Name

FluentPrint

Examples
#include <FluentPrint.h>

FluentPrint printer(&Serial);

void setup() 
{
  Serial.begin(9600);
  printer.print("test").print("other");
}

void loop() 
{
}
Description A library that enable a fluent API for printing.
Syntax
FluentPrint(userPrinter)
Parameters
userPrinter Serial printer
Returns None
Usage Application
Updated on July 07, 2011 11:10:13pm PDT

Creative Commons License