#ifndef __UTILS_H_
#define __UTILS_H_
#include "data_type_def.h"
uint8_t *float_to_char(float f, uint8_t *s);
float char_to_float(uint8_t *s);
#endif