上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 文章转载自:ARM交叉编译器_说明_念念不忘,必有回响-CSDN博客 命名规则 交叉编译工具链的命名规则为:arch [-vendor] [-os] [-(gnu)eabi] arch - 体系架构,如ARM,MIPS vendor - 工具链提供商 os - 目标操作系统 eabi - 嵌入式应用 阅读全文
posted @ 2021-09-02 15:17 yeshenmeng 阅读(371) 评论(0) 推荐(0)
摘要: 1 蓝牙简介 蓝牙是一种近距离无线通信技术,运行在2.4GHz免费频段,目前已大量应用于各种移动终端,物联网,健康医疗,智能家居等行业。蓝牙4.0以后的版本分为两种模式,单模蓝牙和双模蓝牙。 单模蓝牙,即低功耗蓝牙模式,是蓝牙4.0中的重点技术,低功耗,快连接,长距离。 双模蓝牙,支持低功耗蓝牙的同 阅读全文
posted @ 2021-07-02 15:58 yeshenmeng 阅读(3530) 评论(0) 推荐(0)
摘要: 查看字符编码(简体中文) (mytju.com) 汉字GBK码查询 在线编码解码_911查询 (911cha.com) 汉字UFT-8码查询 阅读全文
posted @ 2021-06-15 10:28 yeshenmeng 阅读(870) 评论(0) 推荐(0)
摘要: http://tools.bugscaner.com/text/string2array.html(在线字符串转数组(Array)) https://tool.lu/hexstr/ hex转str - 在线工具 (tool.lu) 阅读全文
posted @ 2021-05-20 10:00 yeshenmeng 阅读(201) 评论(0) 推荐(0)
摘要: http://www.iconfont.cn/ 在这个网站可以搜索需要的PPT图标 https://icon-icons.com/zh/%E6%9F%A5%E6%89%BE/%E5%9B%BE%E6%A0%87/ubuntu ubuntu应用图标 阅读全文
posted @ 2021-02-21 18:53 yeshenmeng 阅读(63) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhangsenzhen/p/9439202.html 阅读全文
posted @ 2021-01-13 09:20 yeshenmeng 阅读(69) 评论(0) 推荐(0)
摘要: 在RTT系统下使用sscanf导致硬件错误,发现是由于分配栈空间不够导致,使用sscanf等库函数会消耗一些栈空间,需要注意! 阅读全文
posted @ 2020-12-28 17:11 yeshenmeng 阅读(441) 评论(0) 推荐(0)
摘要: 文章转载自:https://www.cnblogs.com/clover-toeic/p/3727028.html sscanf()为C语言标准库函数,用于从指定字符串中读入与指定格式相符的数据。函数原型声明在stdio.h头文件中: int sscanf(const char *str, cons 阅读全文
posted @ 2020-09-14 18:44 yeshenmeng 阅读(1170) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35793080/article/details/102336471 阅读全文
posted @ 2020-08-28 14:26 yeshenmeng 阅读(196) 评论(0) 推荐(0)
摘要: 原文地址:http://www.manongjc.com/detail/15-trcbrhrbricessx.html 简介 介绍RT-Thread RTOS的Debug功能使用,包括配置和使用。 开启Debug功能后,设计者可以在需要的位置使用LOG_D、LOG_I、LOG_E、LOG_W向控制台 阅读全文
posted @ 2020-08-28 10:37 yeshenmeng 阅读(1774) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页