blob: c38cc90a14e666c61a260841526d84520b973c12 [file] [log] [blame]
/************************************************************************
(c) Copyright 2021 by 天翼物联科技有限公司. All rights reserved.
**************************************************************************/
#ifndef __LPADUTIL_H__
#define __LPADUTIL_H__
int byte2hex(char *hexstr, char byte);
uint8_t hex2byte(uint8_t *hexstr);
uint8_t byte2hexH(char byte);
uint8_t byte2hexL(char byte);
#endif