| 
    RF24Log
    0.1.3
    
   Unified logging library 
   | 
 
#include "Common.h"Go to the source code of this file.
Functions | |
| uint16_t | numbCharsToPrint (int64_t numb, uint8_t base) | 
| how wide (in characters) does it take to display a number  More... | |
Definition in file Common.cpp.
| 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.