摘要: page.vue <template> <checkbox-group @change="checkboxChange"> <label class="flex-container" v-for="item in items" :key="item.value" style="align-items 阅读全文
posted @ 2024-07-04 10:51 辛河 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1)按照 https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html 安装 uni_modules。 2)使用 基本用法 中代码 <uni-icons type="contact" size="30"></uni-icons> 不显示ico 阅读全文
posted @ 2024-06-23 17:54 辛河 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 文章目录一、概要二、所需工具介绍三、搭建虚拟仿真环境1.Modbus RTU虚拟仿真环境搭建1.1.虚拟串口工具(VSPD)使用1.2.虚拟从站工具(ModSim32)使用1.3.虚拟主站工具(Modscan32)使用1.4.更改虚拟从站工具(ModSim32)的Modbus寄存器的值1.5.更改虚 阅读全文
posted @ 2024-05-17 19:16 辛河 阅读(1505) 评论(0) 推荐(0) 编辑
摘要: 在环境esp-idf-v5.1.2 +vscode 中,如何在一个文件内,调用另外一个文件夹内定义的函数。 设置帧内间隔( 在传输线上,两个发送的字节之间的时间间隔,不超过3.5发送单个字节的时间。)通过函数 esp_err_t uart_set_rx_timeout(uart_port_t uar 阅读全文
posted @ 2024-05-17 11:49 辛河 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 第一个程序: UART模式和JTAG模式,配置完成不同。配置主要就是.vscode 文件夹中 c_cpp_properties.json,tasks.json,launch.json,settings.json四个文件。 一个想法:备份UART模式和JTAG模式的配置文件,用时直接文件替换。简单粗暴 阅读全文
posted @ 2024-05-09 15:12 辛河 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1)修改Project \STM32Cube_FW_F1_V1.8.5\Projects\STM32F103RB-Nucleo\Demonstrations\Adafruit_LCD_1_8_SD_Joystick 2)接线 (见 stm32f1xx_nucleo.h) LCD_LED_PIN 接高 阅读全文
posted @ 2024-05-06 15:10 辛河 阅读(141) 评论(0) 推荐(0) 编辑
摘要: /** ********************************************************************* * @file main.c * @author fire * @version V1.0 * @date 2018-xx-xx * @brief Fr 阅读全文
posted @ 2024-04-23 17:56 辛河 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 在已经做好LCD_ ILI9841的基础上,进行移植,不考虑触摸屏。 一、无操作系统移植 第一步: 找到STemWin5.44库文件。 第二步:将相关文件放在Project文件夹内,设置项目相关参数。 添加:GUI_X.c GUI_config.c LCDConf_FlexColor_Templat 阅读全文
posted @ 2024-04-20 20:26 辛河 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 方法1(火狐浏览器为例): 方法2(火狐浏览器为例): 阅读全文
posted @ 2024-04-09 20:56 辛河 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 认识HTML HTML参考手册: https://www.w3cschool.cn/htmltags/tag-p.html HTML线上教程: https://www.runoob.com/html/html-examples.html 菜鸟教程html在线编程器: https://www.runo 阅读全文
posted @ 2024-04-09 20:55 辛河 阅读(36) 评论(0) 推荐(0) 编辑