socket溫度上報練習

socket溫度上報練習 通過讀取文件「t=」後的內容/1000得到實時溫度 文件io操作: //讀取溫度值 int get_temper(float *temp,FILE *fp) //FILE參數用於記錄日誌 { int fd; char *ptr; int rd; char buf[1024]; char file_path[50] = TPATH; DIR *dirp; s
相關文章
相關標籤/搜索