arduino-audio-tools
Classes

Strings This framework is avoiding the use of Arduino Strings, so that we can use it easily also on other platforms! More...

Classes

class  Str
 A simple wrapper to provide string functions on char*. If the underlying char* is a const we do not allow any updates; The ownership of the chr* must be managed externally! More...
 
class  StrExt
 Str which keeps the data on the heap. We grow the allocated memory only if the copy source is not fitting. More...
 

Detailed Description

Strings This framework is avoiding the use of Arduino Strings, so that we can use it easily also on other platforms!