第一次提交
This commit is contained in:
15
Bsp/get_json.h
Normal file
15
Bsp/get_json.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _GET_JSON_H
|
||||
#define _GET_JSON_H
|
||||
#include "at32a423.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t min_trigger_res_value;
|
||||
uint16_t max_trigger_res_value;
|
||||
}json_data_struct;
|
||||
|
||||
int get_Json_data(void);
|
||||
uint16_t get_json_min_trigger_res_value(void);
|
||||
uint16_t get_json_max_trigger_res_value(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user