RF24Log  0.1.3
Unified logging library
Common.h
Go to the documentation of this file.
1 
14 #ifndef SRC_RF24ABSTRACT_COMMON_H_
15 #define SRC_RF24ABSTRACT_COMMON_H_
16 
17 #include <stdint.h>
18 
24 uint16_t numbCharsToPrint(int64_t numb, uint8_t base = 10);
25 
26 #endif /* SRC_RF24ABSTRACT_COMMON_H_ */
uint16_t numbCharsToPrint(int64_t numb, uint8_t base=10)
how wide (in characters) does it take to display a number
Definition: Common.cpp:18