Files
cJSON/Core/Inc/cJSON_Test.h

22 lines
462 B
C

//
// Created by zhu on 2024/1/29.
//
#include "cJSON.h"
#ifndef H750_CJSON_CJSON_TEST_H
#define H750_CJSON_CJSON_TEST_H
struct paramstruct {
int temperature;
int pn;
int sn;
int production_date;
int manufacturer;
int Device_Pixel_Length;
uint8_t Set_Integration_Time;
};
void cjson(uint8_t g_usart_json_string[]);
void parseNestedObject(cJSON *nestedObject);
struct paramstruct *GetParametesptr();
#endif //H750_CJSON_CJSON_TEST_H