AceCommon
1.6.1
Arduino library for low-level common functions and features with no external dependencies
|
Files | |
file | printfTo.h [code] |
Implement a printfTo() that accept formatting strings like printf() and prints the result to the given Print object. | |
file | printIntAsFloat.h [code] |
Print integers as floating point numbers, without using floatin point operations which are expensive on 8-bit processors. | |
file | printPadTo.h [code] |
Various function that prints a uint16_t integer using N decimal places, padded with a space or 0 character. | |
file | printReplaceTo.h [code] |
Functions that print strings from src to the given Print object while replacing a given character with another character or another string. | |