Kashish Haresh Shah
/
HXCClientShield
HXC Client Shield Repository.
Diff: Driver/debug.h
- Revision:
- 1:d4df183e5c12
- Parent:
- 0:bacc6e701fb4
--- a/Driver/debug.h Mon Mar 29 15:37:08 2021 +0000 +++ b/Driver/debug.h Thu Apr 01 19:03:45 2021 +0000 @@ -58,6 +58,7 @@ #include <string.h> #include <stdio.h> +#include <stdint.h> #include "hw_conf.h" //#include "vcom.h" /* if vcom is used for trace purpose*/ @@ -77,6 +78,8 @@ */ void Debug_UART_SendBytes(const char *format, ...); void Debug_UART_Init(void); +uint8_t Debug_Read_Char(char * c); +void Debug_Reset_Input_Buffer(void); #ifdef DEBUG