AceUtils
0.2
Useful Arduino utilties which are too small for separate libraries.
|
▼Nprint_str | |
CPrintStr | An implementation of Print that writes to an in-memory buffer supporting strings less than 65535 in length |
CPrintStrBase | Base class for all template instances of the PrintStr<SIZE> class |
CPrintStrN | An alternate implementation of PrintStr that allocates the character array in the heap, instead of the stack |
▼Ntiming_stats | |
CTimingStats | Helper class to collect timing statistics such as min, max, average, and exponential-decay average |