代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/337884/12334525
c adc.c
void adc_init()
{
#if defined (PIC16F877)
setup_adc_ports(AN0);
#elif defined (PIN16F73)
setup_adc_ports(RA0_RA1_RA3);
#endif
set_adc_channel (0);
setup_adc(ADC_CLOCK_INTERNAL)
www.eeworm.com/read/337884/12334535
err adc.err
*** Error 128 "E:\tools\cms\evb-pic\demo\adc.c" Line 2(1,1): A #DEVICE required before this line
www.eeworm.com/read/337884/12334569
bak adc.bak
#include "..\demo\cpu_def.h"
int8 Test_adc()
{
int8 i;
#if defined (PIC16F877)
setup_adc_ports(AN0);
#elif defined (PIN16F73)
setup_adc_ports(RA0_RA1_RA3);
#endif
se
www.eeworm.com/read/251363/12349712
c adc.c
// 0.0 : Programming start (March 29,2002) -> KWT
// ADC Test -> May 15, 2002 SOP
//====================================================================
#includ
www.eeworm.com/read/251363/12349739
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/251363/12349754
o adc.o
www.eeworm.com/read/251363/12349789
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/251363/12349826
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/337637/12352693
_c adc._c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 多通道AD转换演示程序 */
/* 作者:ntzwq@wx88.net