StringF A tiny library to allow an Arduino/Wiring WString to be created using a sprintf style format and variable length argument list Example String abc = StringF("String = %s, int = %d", "hello", 42);