This "library" (actual it is a single cpp and header file) is supposed to clean string output code in Arduino environment. While it seems to be easy to construct complex output string like ...
The following code compiled for an ARDUINO DUE leads to a different result than the code compiled for AVR-based ARDUINOS (IDE-Version: 1.6.3): void setup() { Serial ...