摘要: #include <stdlib.h> typedef unsigned char uint8_t; union wate_temp{ struct { uint8_t wate_temp_low :1; uint8_t wate_temp_high :4; uint8_t reverse :3; 阅读全文
posted @ 2022-06-20 17:02 bk街头狂舞 阅读(110) 评论(0) 推荐(0)