13 lines
195 B
C
13 lines
195 B
C
//
|
|
// Created by zhu on 2024/1/31.
|
|
//
|
|
|
|
#ifndef H750_CJSON_GET_PARAMETERS_H
|
|
#define H750_CJSON_GET_PARAMETERS_H
|
|
|
|
#include "stdio.h"
|
|
|
|
|
|
float Get_Temperature();
|
|
#endif //H750_CJSON_GET_PARAMETERS_H
|