代码搜索:ADC原理

找到约 10,000 项符合「ADC原理」的源代码

代码结果 10,000
www.eeworm.com/read/290483/8481022

h adc.h

//ADC.h : header file for the ADC project // #ifndef _ADC_H_ #define _ADC_H_ #ifndef __AVR_ATmega88__ #define __AVR_ATmega88__ #endif #define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz #inclu
www.eeworm.com/read/290483/8481066

c adc.c

//ADC.c : source file for the ADC project // #include "ADC.h" #include "ADCADC.h" ///////////////////////////////////////////////////////////////////////////// //ADC static void io_init(vo
www.eeworm.com/read/290353/8488751

s adc.s

.module ADC.C .area text(rom, con, rel) .dbfile D:\学习\AVRpro\Mega8程序\TestADC\ADC.C .dbfunc e ADC_Init _ADC_Init fV .even _ADC_Init:: .dbline -1 .dbline 21 ; //**************************
www.eeworm.com/read/290353/8488752

c adc.c

//********************************************* //ADC转换 //MCU:AVR_MEGA8L ,晶振频率:8.0 MHz //ADC通道:ADC3,PA3,采用软件方式 //制作人:平顶山工学院计算机系,郭猛 //********************************************** #include
www.eeworm.com/read/290353/8488755

_c adc._c

//********************************************* //ADC转换 //MCU:AVR_MEGA8L ,晶振频率:8.0 MHz //ADC通道:ADC3,PA3,采用软件方式 //制作人:平顶山工学院计算机系,郭猛 //********************************************** #include
www.eeworm.com/read/290353/8488756

o adc.o

XL H 2 areas 8 global symbols M ADC.C S push_xgset300C Ref0000 S _Delay Ref0000 S pop_xgset300C Ref0000 S _DisplayNumChar Ref0000 A text size 50 flags 0 dbfile D:\学习\AVRpro\Mega8程序\TestADC\ADC
www.eeworm.com/read/290353/8488757

lis adc.lis

.module ADC.C .area text(rom, con, rel) 0000 .dbfile D:\学习\AVRpro\Mega8程序\TestADC\ADC.C 0000 .dbfunc e ADC_Init
www.eeworm.com/read/290304/8490216

h adc.h

extern unsigned int result[9]; void ADC0_Init (void); void ADC0_Conver (void);
www.eeworm.com/read/290304/8490227

c adc.c

/************************************************************************************ * Copyright (c) 2004,西安铭朗电子科技有限责任公司 * All rights reserved. * * 文件名称: adc.C * 文件标识: none * 适用器件:
www.eeworm.com/read/389901/8494593

frt adc.frt