Debug.h File Reference
Include dependency graph for Debug.h:

Go to the source code of this file.

Classes

struct  DebugOuputOptions
 Structure for debug options. More...
 
class  DebugClass
 Provides debug output to stream (e.g. Serial) or delegate function handler. More...
 

Typedefs

typedef Delegate< void(char dbgChar)> DebugPrintCharDelegate
 Delegate constructor usage: (&YourClass::method, this) More...
 

Enumerations

enum  eDBGPrefix { eDBGnoPrefix = 0, eDBGusePrefix = 1 }
 Debug prefix state. More...
 

Variables

DebugClass Debug
 Global instance of Debug object. More...