跨文件使用变量

This commit is contained in:
wantong
2024-01-30 17:50:49 +08:00
parent c4ca59d53e
commit 0732984a64
12 changed files with 4415 additions and 4350 deletions

View File

@ -4,7 +4,14 @@
#include "cJSON.h"
#ifndef H750_CJSON_CJSON_TEST_H
#define H750_CJSON_CJSON_TEST_H
struct paramstruct {
int age;
float height;
};
//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