代码搜索结果

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

edititem.h

#if !defined(AFX_EDITITEM_H__834127E5_9297_11D5_8AFA_DAC6E5A1C54B__INCLUDED_) #define AFX_EDITITEM_H__834127E5_9297_11D5_8AFA_DAC6E5A1C54B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _

main.lst

C51 COMPILER V8.08 MAIN 10/01/2008 23:53:31 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN MA

msp430x22x4_uscib0_i2c_03.c

//****************************************************************************** // MSP430F22x4 Demo - USCI_B0 I2C Master Interface to DAC8571, Write // // Description: Using UCB0TXIE, a continuo

pmsm3_1.asm

;============================================================================== ; File Name: PMSM3_1.ASM (QEP Version) ; ; System Name: PMSM3_1 ; ; Description: Sensored Field Orientation Contr

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__B

talkthrough.h

//--------------------------------------------------------------------------// // Header files // //--------------------------------------------------------------------------// #incl

diantiti.txt

#include #include #define DAC1 XBYTE[0XBFFF]//Choose the DAC1 #define DAC2 XBYTE[0X7FFF]//Choose the DAC2 #define uchar unsigned char #define uint unsigned int uc

iocfg.c

#include /*引脚定义*/ //DAC,TLC7528引脚 sbit DACAB_Sel = P1^0; sbit DAC_WR = P1^1; sbit DAC_CS = P1^2; #define DAC_Data P0

application.h

//控制DA的cs位 #define nCS PA5 #define SCK PA6 #define DIN PA7 extern void SPI_Transmit(unsigned char dac_data); extern void DAC_5618(unsigned char dac_dataH,unsigned char dac_dataL,

makefile

############################################################################### # Makefile for the project dac ############################################################################### ## G