AceCommon
1.1.2
Arduino library for low-level common functions and features with no external dependencies
|
Cace_common::FCString | A union of (const char*) and (const __FlashStringHelper*) with a discriminator |
▼CPrint | |
▼Cace_common::PrintStrBase | Base class for all template instances of the PrintStr<SIZE> class |
Cace_common::PrintStr< SIZE > | An implementation of Print that writes to an in-memory buffer supporting strings less than 65535 in length |
Cace_common::PrintStrN | An alternate implementation of PrintStr that allocates the character array in the heap, instead of the stack |
Cace_common::TimingStats | Helper class to collect timing statistics such as min, max, average, and exponential-decay average |