Nuacht

Micro String Template Engine for Arduino. A very simplistic string template engine that helps preventing the usage of string function to reduce heap fragmentation.
String: Supports copying a string stored in PROGMEM into the char array owned by a String instance (i.e. into RAM). Note: The Arduino libraries have a forward declaration for class __FlashStringHelper ...