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

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

Function Documentation

template<class T >
void PrintBin ( T  val)

Definition at line 57 of file printhex.h.

template<class T >
void PrintHex ( T  val)

Definition at line 27 of file printhex.h.

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

Definition at line 42 of file printhex.h.