SPrint Library

SPrint allows to easy access strings stored in the program flash using progmem for printing to the serial.

/**
 * SPrint: sends a progmem string to the serial port
**/
SPrint(str)


/**
 * SPrintln: sends a progmem string to the serial port followed by a return
**/
SPrintln(str)