HXC Client Shield Repository.

Dependencies:   mbed

Revision:
3:5e1a54378107
Parent:
0:bacc6e701fb4
--- a/Driver/debug.h	Mon Mar 29 15:37:08 2021 +0000
+++ b/Driver/debug.h	Mon Apr 19 17:43:09 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