AceUtils  0.2.1
Useful Arduino utilties which are too small for separate libraries.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nprint_str
 CPrintStrAn implementation of Print that writes to an in-memory buffer supporting strings less than 65535 in length
 CPrintStrBaseBase class for all template instances of the PrintStr<SIZE> class
 CPrintStrNAn alternate implementation of PrintStr that allocates the character array in the heap, instead of the stack
 Ntiming_stats
 CTimingStatsHelper class to collect timing statistics such as min, max, average, and exponential-decay average