Data Processing

StackString

This library was written to accommodate a need for a string class but without the (memory) disadvantages that regular std::string brings.

For an example of how to use this library go to: https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/

Go to repository