USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
message.cpp File Reference
#include "Usb.h"
Include dependency graph for message.cpp:

Go to the source code of this file.

Functions

void E_Notifyc (char c, int lvl)
 
void E_Notify (char const *msg, int lvl)
 
void E_NotifyStr (char const *msg, int lvl)
 
void E_Notify (uint8_t b, int lvl)
 
void E_Notify (double d, int lvl)
 

Variables

int UsbDEBUGlvl = 0x80
 

Function Documentation

void E_Notifyc ( char  c,
int  lvl 
)

Definition at line 31 of file message.cpp.

void E_Notify ( char const *  msg,
int  lvl 
)

Definition at line 41 of file message.cpp.

void E_NotifyStr ( char const *  msg,
int  lvl 
)

Definition at line 49 of file message.cpp.

void E_Notify ( uint8_t  b,
int  lvl 
)

Definition at line 57 of file message.cpp.

void E_Notify ( double  d,
int  lvl 
)

Definition at line 67 of file message.cpp.

Variable Documentation

int UsbDEBUGlvl = 0x80

Definition at line 29 of file message.cpp.