USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
printhex.h File Reference
#include "Arduino.h"
Include dependency graph for printhex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void 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)
 

Function Documentation

void Notifyc ( char  c,
int  lvl 
)

Definition at line 25 of file message.cpp.

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

Definition at line 28 of file printhex.h.

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

Definition at line 39 of file printhex.h.

template<class T >
void SerialPrintHex ( T  val)

Definition at line 48 of file printhex.h.

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

Definition at line 59 of file printhex.h.