代码搜索结果

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

adc_hawkzone.c

#include "myinc.h" int ReadAdc(int ch); void __irq ADC_Int(void); void Test_Adc(void) { int a0=0,a1=0,a2=0,a3=0,a4=0,a5=0,a6=0,a7=0; while(1) { a0=ReadAdc(0); a1=ReadAdc(1

adc_drv.c

/*C************************************************************************** * NAME: adc_drv.c *---------------------------------------------------------------------------- * Copyright (c)

adc_drv.h

/*H************************************************************************** * NAME: adc_drv.h *---------------------------------------------------------------------------- * Copy

adc_drv.lst

C51 COMPILER V7.06 ADC_DRV 04/30/2004 16:31:05 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE ADC_DRV OBJECT MODULE PLACED IN

adc2051.c

/* io分配: 电子世纪 http://mcu.wx-e.com/ 同是希望大家也共享一点常用的原代码!电子世纪的发展需要大家的支持! * ;* OUTPUT: * ;* P1.0 ...... 模拟量输入 * ;* P1.

ser_adc.c

// SER_ADC.C (PIC16F628) // // Interfaces with BasicX Serial LCD+ to perform A/D conversion. // // PIC sends the control code 0x16 followed by the channel (1-8) // and then receives the two byte

main.c

//***************************************************************************** // File........: main.c // Author(s)...: ATMEL Norway // Target(s)...: ATmega169 in Butterfly or STK502 // Compi

基于c8051f020的adc采样程序.txt

/*===============================================================*/ /*函数名称: main.c */ /*函数功能: 主函数,调用各模块 */ /*基本思想: 单端

analog_adc_irq.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------