Basic debug library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
7:8e75991f65e5
Parent:
3:f4a6a6a28dec
Child:
8:87a867b8a129
--- a/WizziDebug.h	Thu Sep 20 09:35:19 2018 +0000
+++ b/WizziDebug.h	Tue Apr 02 08:54:07 2019 +0000
@@ -164,4 +164,6 @@
 
 void dbg_print_data(const char* before, const char* format, uint8_t* data, uint8_t length, const char* after);
 
+void dbg_set_rx_callback(void (*rx_isr)(char c));
+
 #endif // DBG_H
\ No newline at end of file