摘要: char *temp1 = 0; char *buf1 = "123456789AB"; temp1 = (char*)malloc(10 * sizeof(char)); memset(temp1,'0',10); //使用前初始化,malloc中的值全为 字符0 memcpy(temp1+4,b 阅读全文
posted @ 2024-04-05 22:13 BISTER 阅读(15) 评论(0) 推荐(0)
摘要: RP2040 采用合宙的RP2040(板载4MB Flash), 所有开发资料参考官方:树莓派 Pico 中文站 阅读全文
posted @ 2024-04-05 17:14 BISTER 阅读(47) 评论(0) 推荐(0)