AceUtils  0.2.1
Useful Arduino utilties which are too small for separate libraries.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CPrint
 Cprint_str::PrintStrBaseBase class for all template instances of the PrintStr<SIZE> class
 Cprint_str::PrintStr< SIZE >An implementation of Print that writes to an in-memory buffer supporting strings less than 65535 in length
 Cprint_str::PrintStrNAn alternate implementation of PrintStr that allocates the character array in the heap, instead of the stack
 Ctiming_stats::TimingStatsHelper class to collect timing statistics such as min, max, average, and exponential-decay average