RF24Log
0.1.3
Unified logging library
|
global functions for RF24Log Abstract objects. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint16_t | numbCharsToPrint (int64_t numb, uint8_t base=10) |
how wide (in characters) does it take to display a number More... | |
global functions for RF24Log Abstract objects.
Definition in file Common.h.
uint16_t numbCharsToPrint | ( | int64_t | numb, |
uint8_t | base = 10 |
||
) |
how wide (in characters) does it take to display a number
numb | The number to represent |
base | The base counting scheme. Defaults to 10 for decimal counting system |
Definition at line 18 of file Common.cpp.