RF24Log  0.1.3
Unified logging library
Functions
Common.h File Reference

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...
 

Detailed Description

global functions for RF24Log Abstract objects.

Date
Created 4 May 2021
Author
Brendan Doherty (2bndy5)

Definition in file Common.h.

Function Documentation

◆ numbCharsToPrint()

uint16_t numbCharsToPrint ( int64_t  numb,
uint8_t  base = 10 
)

how wide (in characters) does it take to display a number

Parameters
numbThe number to represent
baseThe base counting scheme. Defaults to 10 for decimal counting system

Definition at line 18 of file Common.cpp.