摘要: /*举例:在C语言 使用结构体和联合体,设计应用全局变量*/ #include "stm32f1xx_hal.h" typedef struct/*定义 GSP结构体*/ { uint8_t gps_year_time; /*,单位 年 ,占1BYTES*/ uint8_t gps_month_ti 阅读全文
posted @ 2022-12-08 16:20 辛河 阅读(104) 评论(0) 推荐(1) 编辑