摘要: 今天给大家介绍一个STMcubeMX的简单实用案例,让大家对这个工具的使用有一点直观的感受。 前提是你已经安装好了自己开发板需要使用的package。 第一步:打开我们已经安装好的STMcubeMX软件 现在最新版本的STMcubeMX界面可以通过多个方式开始新建一个项目。 第二步,我们从MCU型号 阅读全文
posted @ 2024-11-30 08:17 Sean—Richard 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1、char取值范围是 -128~+127。 2、我们先来看 signed char的最大值。 最高位是 符号位, 0 代表正数; 1 代表负数。0 1 1 1 1 1 1 1 这个值等于 2^0 + 2^1 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 = 127 。 也有一个简便计 阅读全文
posted @ 2024-11-29 10:32 Sean—Richard 阅读(2) 评论(5) 推荐(0) 编辑
摘要: TXD-接 PA10/USART1_RX RXD-接 PA9/USART1_TX 阅读全文
posted @ 2024-11-29 09:35 Sean—Richard 阅读(1) 评论(1) 推荐(0) 编辑
摘要: https://liaoxuefeng.com/books/python/introduction/index.html 阅读全文
posted @ 2024-11-28 16:03 Sean—Richard 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Win10:添加或者删除开机启动项,在开机启动项中添加在用户自定义的启动文件-CSDN博客 阅读全文
posted @ 2024-11-27 01:18 Sean—Richard 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/699929632 阅读全文
posted @ 2024-11-26 20:56 Sean—Richard 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://echeverra.cn/ 改音乐 https://www.cnblogs.com/echeverra/p/aplayer.html 装修高手 https://www.cnblogs.com/liuhanxu/p/16073858.html 阅读全文
posted @ 2024-11-20 12:26 Sean—Richard 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/raider1/article/details/128727099 阅读全文
posted @ 2024-11-19 14:01 Sean—Richard 阅读(7) 评论(1) 推荐(0) 编辑
摘要: https://shw2018.github.io/posts/6e8839eb.html#toc-heading-2 <a target="_blank" href="https://www.cnblogs.com/shwee/p/11421156.html"><span>2222222222</ 阅读全文
posted @ 2024-11-18 19:12 Sean—Richard 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 前端基础知识 - 张岩林 - 博客园 阅读全文
posted @ 2024-11-18 12:48 Sean—Richard 阅读(12) 评论(0) 推荐(0) 编辑