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

Go to the source code of this file.

Functions

void Notify (char const *msg)
 
template<class ERROR_TYPE >
void ErrorMessage (char const *msg, ERROR_TYPE rcode=0)
 

Function Documentation

void Notify ( char const *  msg)

Definition at line 19 of file message.cpp.

template<class ERROR_TYPE >
void ErrorMessage ( char const *  msg,
ERROR_TYPE  rcode = 0 
)

Definition at line 28 of file message.h.