USB Host Shield 2.0
Functions
printhex.h File Reference

Go to the source code of this file.

Functions

void E_Notifyc (char c, int lvl)
 
template<class T >
void PrintHex (T val, int lvl)
 
template<class T >
void PrintBin (T val, int lvl)
 
template<class T >
void SerialPrintHex (T val)
 
template<class T >
void PrintHex2 (Print *prn, T val)
 
template<class T >
void D_PrintHex (T val, int lvl)
 
template<class T >
void D_PrintBin (T val, int lvl)
 

Function Documentation

◆ E_Notifyc()

void E_Notifyc ( char  c,
int  lvl 
)

Definition at line 31 of file message.cpp.

◆ PrintHex()

template<class T >
void PrintHex ( T  val,
int  lvl 
)

Definition at line 33 of file printhex.h.

◆ PrintBin()

template<class T >
void PrintBin ( T  val,
int  lvl 
)

Definition at line 44 of file printhex.h.

◆ SerialPrintHex()

template<class T >
void SerialPrintHex ( T  val)

Definition at line 53 of file printhex.h.

◆ PrintHex2()

template<class T >
void PrintHex2 ( Print *  prn,
T  val 
)

Definition at line 64 of file printhex.h.

◆ D_PrintHex()

template<class T >
void D_PrintHex ( T  val,
int  lvl 
)

Definition at line 76 of file printhex.h.

◆ D_PrintBin()

template<class T >
void D_PrintBin ( T  val,
int  lvl 
)

Definition at line 83 of file printhex.h.