摘要: void StringToBCD(const char* strSource, uint8_t byBCDTarget[8]) { // 初始化BCD数组 memset(byBCDTarget, 0, 8); // 计算输入字符串的长度 size_t length = strlen(strSourc 阅读全文
posted @ 2024-08-05 16:11 BlackSnow 阅读(168) 评论(0) 推荐(0)