摘要:
using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste 阅读全文
摘要:
程序集如下 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Th 阅读全文
摘要:
1、配置DAC 2、配置COMP,COMP1_INP 设置成Swtich with DAC_OUT1使两者内部相连,即外部输入引脚COMP1_INM会与DAC_OUT1引脚的电平比较,大于或者小于设定DAC电压阈值会触发上升沿和下降沿中断 3、初始化DAC与COMP /* USER CODE BEG 阅读全文
摘要:
程序集如下 using System; namespace ClassLibrary1 { public class Class1 { public delegate void ChangeDelegate(UInt16 value); public event ChangeDelegate cha 阅读全文