代码搜索结果
找到约 10,000 项符合
DAC 的代码
mp32.c
/* MP3.C File
The MP3 play file
Created by Computer-lov date: 2005.3.19
Copyright (c) 2005 Computer-lov
version 1.0
*/
#include "AT89C51SND1C.H"
#include "Initial.h"
#include "fi
mp3.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
MP3.C File
The MP3 play file
Created by Computer-lov. D
main.c
#include"SPCE061A.h"
int j=0x0000;
//=======================================================
//main函数
//功能:按S1键输出锯齿波,S2键输出三角波,S3键输出正弦波
//====================================
isr~1.c
#include
unsigned int temp=0;
void FIQ(void)__attribute__((ISR));
void FIQ(void)
{
if(*P_INT_Ctrl&0X2000)
{
temp+=0x0040;
*P_DAC1=temp;
*P_DAC2=temp;
if(temp>0x0cc0
mp3.lst
C51 COMPILER V7.06 MP3 03/02/2006 23:11:51 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MP3
OBJECT MODULE PLACED IN MP3
mp32.c
/* MP3.C File
The MP3 play file
Created by Computer-lov date: 2005.3.19
Copyright (c) 2005 Computer-lov
version 1.0
*/
#include "AT89C51SND1C.H"
#include "Initial.h"
#include "fi
mp3.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
MP3.C File
The MP3 play file
Created by Computer-lov. D
cc_build_debug.log
-------------------------- SPI_DAC_ADC.pjt - Debug --------------------------
[SPI_DAC_ADC.c] "C:\CCStudio_v3.2\C2000\cgtools\bin\cl2000" -g -q -fr"D:/book/test6/SPI_DAC_ADC/SPI_DAC_ADC/Debug" -i"C
mp3.lst
C51 COMPILER V7.06 MP3 03/02/2006 23:11:51 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MP3
OBJECT MODULE PLACED IN MP3
mp32.c
/* MP3.C File
The MP3 play file
Created by Computer-lov date: 2005.3.19
Copyright (c) 2005 Computer-lov
version 1.0
*/
#include "AT89C51SND1C.H"
#include "Initial.h"
#include "fi