keil STM32 hex轉浮點數及浮點數轉字符串較好方案

在keil中添加#include 「string.h」和#include "stdio.h"這兩個頭文件,同時編譯時選擇USE MicroLIB能夠很好的調用庫函數實現函數 loat HEXzhuanFLOAT(char *a) { float tempf=0.0; memcpy(&tempf,a,4); return tempf; } spa 能夠實現HEX轉浮點數。開發 mn=HEXzhuan
相關文章
相關標籤/搜索