代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc_model.c
// $Id: adc_model.c,v 1.6.4.2 2003/08/18 22:09:50 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission t
adc_drv.c
/*C**************************************************************************
* NAME: adc_drv.c
*----------------------------------------------------------------------------
* Copyright (c)
adc_drv.h
/*H**************************************************************************
* NAME: adc_drv.h
*----------------------------------------------------------------------------
* Copy
adc_fir.c
#include "DSP281x_Device.h"
// 函数声明
void Gpio_select(void);
void InitSystem(void);
interrupt void T1_Compare_isr(void); // EVA-T1 比较中断
interrupt void ADC_FIR_INT_ISR(void); // ADC 服务中断
pwm_adc.m
% PWM modulation simulation
% written by
% clear all;
close all;
% parameters
T = 0.001; %modulation period, unit: second
Resolution = 8; %the bit width used to control the duty cycle
adc0831.h
#include
#include
#include
sbit adcdo=P0^0;
sbit adccs=P0^2;
sbit adcclk=P0^1;
uchar bdata ch;
sbit ch_0 = ch^0;
void delay1(uchar x)
{
uchar i;
for