上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 99 下一页
摘要: DA server: Data Access 数据访问服务器,无需很多配置 OPC UA:OPC Unified Architecture,需要一定量的配置 OPC:OLE for Process Control --OLE 过程控制 OLE:Object Linking and Embedding 阅读全文
posted @ 2021-09-02 09:29 txwtech 阅读(709) 评论(0) 推荐(0) 编辑
摘要: c# winform程序启动时判断本身是否在运行,是否已经运行 Program.cs里面修改 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Syst 阅读全文
posted @ 2021-09-01 16:39 txwtech 阅读(294) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-08-31 14:53 txwtech 阅读(287) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-08-30 14:06 txwtech 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 别克钥匙的纽扣电池CR2032 阅读全文
posted @ 2021-08-30 08:52 txwtech 阅读(15) 评论(0) 推荐(0) 编辑
摘要: LM35的引脚有3个,有字一面作为正面,左边接5V,右边接GND,中间就是接模拟输入口,A0-A5随便你自己,我这里用的A0。 https://jingyan.baidu.com/article/ed15cb1bbe055a1be36981df.html AS312数字式热释红外传感器(2.7~3. 阅读全文
posted @ 2021-08-26 23:22 txwtech 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 鸿蒙开发板Hi3861_通过GPIO12 PWM蜂鸣器播放<涛声依旧>-——基于code-2.0-CANARY https://blog.csdn.net/txwtech/article/details/119918224 阅读全文
posted @ 2021-08-25 20:16 txwtech 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1.什么是MCP23017一款基于I2C接口控制的I/O扩展模块,可外扩16个I/O口,支持同时使用多达8个扩展模块,即可扩至128个I/O口,兼容3.3V和5V电平。 I2C接口控制,仅需2根信号线,即可扩展出16个I/O口,I2C通信地址可设置,短接A0/A1/A2焊点可修改通信地址 提供PH2 阅读全文
posted @ 2021-08-24 08:43 txwtech 阅读(449) 评论(0) 推荐(0) 编辑
摘要: c#语音播报播放语音功能 public void Speaking(string saying) { string say = saying; Task task = new Task(() => { SpeechSynthesizer speech = new SpeechSynthesizer( 阅读全文
posted @ 2021-08-23 14:08 txwtech 阅读(1075) 评论(0) 推荐(0) 编辑
摘要: F:\code-2.0-canary\device\hisilicon\hispark_pegasus\sdk_liteos\build\config\usr_config.mk 文件中新增CONFIG_PWM_SUPPORT=y https://blog.csdn.net/txwtech/arti 阅读全文
posted @ 2021-08-22 16:08 txwtech 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 99 下一页