代码搜索结果

找到约 10,000 项符合 DAC 的代码

wdac3.c

//参考程序 F:文件名:WDAC3.c 此程序通过DAC的输出方波,DAC输出更新发生在定时器T3溢时. #include /*SFR定义*/ sfr16 TMR3RL = 0x92; /*定时器T3重载值*/ sfr16 TMR3 = 0x94;

itemstatusdlg.cpp

// ItemStatusDlg.cpp : implementation file // #include "stdafx.h" #include "DAC_VCDEMO.h" #include "ItemStatusDlg.h" #include "DACLTSDK.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F

itemactivedlg.cpp

// ItemActiveDlg.cpp : implementation file // #include "stdafx.h" #include "DAC_VCDEMO.h" #include "ItemActiveDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_F

itemwritedlg.cpp

// ItemWriteDlg.cpp : implementation file // #include "stdafx.h" #include "DAC_VCDEMO.h" #include "ItemWriteDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FIL

th27.asm

ORG 0000H AJMP START ORG 0100H START: MOV DPTR,#0FEFFH ; 置DAC0832的地址 LP: MOV A,#0FFH ; 设定高电平 MOVX @DPTR,A

th27.asm

ORG 0000H AJMP START ORG 0100H START: MOV DPTR,#0FEFFH ; 置DAC0832的地址 LP: MOV A,#0FFH ; 设定高电平 MOVX @DPTR,A

pwmout.s

;****************************************************************************** ; File:PWMOUT.S ; 功能:控制PWM输出,并实现PWM DAC转换操作。 ; 说明:将跳线器JP10短接。使用示波器观察测试点PWM和PWMDAC。 ;********************************

main.h

#ifndef __MAIN_H__ #define __MAIN_H__ #include "macro.h" #include "reg52.h" #include #include "lcd.h" //☆☆☆☆☆☆☆☆☆☆☆☆↓↓↓☆☆☆☆☆☆☆☆☆宏定义☆☆☆☆☆☆☆↓↓↓☆☆☆☆☆☆☆☆☆☆☆☆☆☆ #define DAC_DATA X

pwmout.s

;****************************************************************************** ; File:PWMOUT.S ; 功能:控制PWM输出,并实现PWM DAC转换操作。 ; 说明:将跳线器JP10短接。使用示波器观察测试点PWM和PWMDAC。 ;********************************