Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

util.h

Committer:
FCH_31
Date:
2018-10-22
Revision:
41:5a436163dddf
Parent:
8:cd489b7c49a0

File content as of revision 41:5a436163dddf:

/*
 * 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