USB Host Shield 2.0
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

◆ E_Notifyc()

void E_Notifyc ( char  c,
int  lvl 
)

Definition at line 31 of file message.cpp.

◆ E_Notify() [1/3]

void E_Notify ( char const *  msg,
int  lvl 
)

Definition at line 41 of file message.cpp.

◆ E_NotifyStr()

void E_NotifyStr ( char const *  msg,
int  lvl 
)

Definition at line 49 of file message.cpp.

◆ E_Notify() [2/3]

void E_Notify ( uint8_t  b,
int  lvl 
)

Definition at line 57 of file message.cpp.

◆ E_Notify() [3/3]

void E_Notify ( double  d,
int  lvl 
)

Definition at line 67 of file message.cpp.

Variable Documentation

◆ UsbDEBUGlvl

int UsbDEBUGlvl = 0x80

Definition at line 29 of file message.cpp.