温度,pn,sn,生产时间和厂家,积分时间,像素长度等变量
This commit is contained in:
@ -5,13 +5,17 @@
|
||||
#ifndef H750_CJSON_CJSON_TEST_H
|
||||
#define H750_CJSON_CJSON_TEST_H
|
||||
struct paramstruct {
|
||||
int age;
|
||||
float height;
|
||||
int temperature;
|
||||
int pn;
|
||||
int sn;
|
||||
int production_date;
|
||||
int manufacturer;
|
||||
int Device_Pixel_Length;
|
||||
uint8_t Set_Integration_Time;
|
||||
|
||||
};
|
||||
//void cjson(const char * g_usart_json_string);
|
||||
|
||||
void cjson(uint8_t g_usart_json_string[]);
|
||||
void parseNestedObject(cJSON *nestedObject);
|
||||
int Change_Age();
|
||||
struct paramstruct *GetParametesptr();
|
||||
void SV_Change_Age();
|
||||
#endif //H750_CJSON_CJSON_TEST_H
|
||||
|
Reference in New Issue
Block a user