USB_Host_Shield_2.0
|
#include <WProgram.h>
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) |
void PrintBin | ( | T | val | ) |
Definition at line 57 of file printhex.h.
void PrintHex | ( | T | val | ) |
Definition at line 27 of file printhex.h.
void PrintHex2 | ( | Print * | prn, |
T | val | ||
) |
Definition at line 42 of file printhex.h.