代码搜索结果

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

makefile.bak

# makefile for DSP28x # By RealSYS 2004/4/22 #----- out file name ----- TARGET = ex05_dac #----- C source files ----- SRC = start.c \ main.c \ DSP281x_regdef.c \ dsp281x_init.c

web-

软件世界第二页

windows95

软件世界第二页

triangle1.rpt

Project Information d:\max2work\dac0832\triangle1.rpt MAX+plus II Compiler Report File Version 10.0 9/14/2000 Compiled: 12/06/2007 15:09:57 Copyright (C) 1988-2000 Alt

humitydlg.h

// humityDlg.h : header file // //{{AFX_INCLUDES() #include "mscomm.h" //}}AFX_INCLUDES #if !defined(AFX_HUMITYDLG_H__A7C4DAC1_3961_422D_97EE_35240058BEA0__INCLUDED_) #define AFX_HUMITYDLG_H__

cc_build_debug.log

------------------------------ dac.pjt - Debug ------------------------------ [DA.c] "c:\ti5000\c5400\cgtools\bin\cl500" -g -q -fr"C:/ti5000/myprojects/ICETEK-VC5416-EDULab/Lab10-DA/Debug" -d"_DEBU

smtpemail.plg

Build Log --------------------Configuration: SMTPEMail - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\dac

main.c

#include "includes.h" #include "spidev.h" void APP_vMain(void) { CONSOL_Printf("\n [DAC 试验]\n"); while(1) { spidac_write(0x00); DelayLoop(1000); spidac_write(0xff); DelayLoop(10