Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
8:cd489b7c49a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/util.h	Wed Aug 22 13:03:00 2018 +0000
@@ -0,0 +1,16 @@
+/*
+ * MISNet   
+ *
+ *  Util:   Utilities
+ *
+ *  Created on: August 17, 2018         Author: Francis CHATAIN
+ *
+ */
+#ifndef __UTIL_H__
+#define __UTIL_H__
+
+string      binToString     (unsigned char *inputData, int dataLength) ; 
+
+void        printBytes      (unsigned char *buf, size_t len) ; 
+
+#endif 
\ No newline at end of file