Add missing undefined symbols to be sure to use mine
Dependents: DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more
DebugHelper Class Reference
This class implements debug functionalities based on USB console interface. More...
#include <Debug.h>
Static Public Member Functions | |
| static void | Debug (const char *p_format,...) |
| Standard log method. | |
| static void | HexaDump (unsigned char *p_buffer, int p_count, int p_offset=0) |
| Log an hexadecimal buffer. | |
| static void | BreakPoint (const char *p_file, int p_line) |
| Break point method based on getchar() C function. | |
Detailed Description
This class implements debug functionalities based on USB console interface.
V0.0.0.8
Note that this class is based on Helper pattern
Definition at line 82 of file Debug.h.
Member Function Documentation
| void BreakPoint | ( | const char * | p_file, |
| int | p_line | ||
| ) | [static] |
| void Debug | ( | const char * | p_format, |
| ... | |||
| ) | [static] |
| void HexaDump | ( | unsigned char * | p_buffer, |
| int | p_count, | ||
| int | p_offset = 0 |
||
| ) | [static] |
Generated on Tue Jul 12 2022 21:17:35 by
1.7.2
Yann Garcia