| 
    arduino-audio-tools
    
   | 
 
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 | 
| Str which keeps the data on the heap. We grow the allocated memory only if the copy source is not fitting.  More... | |
| class | StrView | 
| A simple wrapper to provide string functions on existing allocated char*. If the underlying char* is a const we do not allow any updates; The ownership of the char* must be managed externally!  More... | |
Strings This framework is avoiding the use of Arduino Strings, so that we can use it easily also on other platforms!