摘要: Arduino char/char*/String数据类型转换String转换成char[ ]方法先通过.c_str()方法,将string.c_str()数据转成char*,在通过strcpy()函数实现转换char *strcpy(char *dest, const char *src)参数说明 阅读全文
posted @ 2025-07-03 08:38 txwtech 阅读(113) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/2301_77115619/article/details/147068865 esp32 s3 jtag调试 阅读全文
posted @ 2025-07-03 08:20 txwtech 阅读(15) 评论(0) 推荐(0)