代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/343165/11967883

c adc_ts.c

/* * FILE: adc_ts.c * ADC和触摸屏的测试函数 */ #include #include "adc_ts.h" #include "s3c24xx.h" #include "serial.h" // ADCCON寄存器 #define PRESCALE_DIS (0
www.eeworm.com/read/256599/11983747

paf test_adc.paf

www.eeworm.com/read/256599/11983752

pjt test_adc.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="f:\ti\myprojects\test_adc\test_adc\" ProjectType=Executable CPUFamily=TMS320C24XX To
www.eeworm.com/read/342967/11987603

h adc_function.h

#ifndef _ADC_FUNCTION_H #define _ADC_FUNCTION_H extern void Init_Clock(void); extern void Init_AD(void); //extern UINT8 temp[2]; //extern UINT8 adcdata[]="0.00V"; #endif
www.eeworm.com/read/342967/11987609

c adc_function.c

#include "ioCC2510.h" #include "RF04EB.h" #include "string.h" #include "lcd128_64.h" #include "ADC_function.h" void Init_Clock(void) { CLKCON &= ~0x40; //晶振 while(!(
www.eeworm.com/read/342939/11988735

d adc.o.d

adc.o: adc.c adc.h type.h os.h app.h message.h radiocontrol.h sensor.h adc.h: type.h: os.h: app.h: message.h: radiocontrol.h: sensor.h:
www.eeworm.com/read/153696/12011937

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MSC1211Yx), 0x0000 // Tools: 'MCS-51' Group (Source Files) Group (Documentation) File 1,1, 0x0
www.eeworm.com/read/342238/12034189

bat adc.cspy.bat

@REM This bat file has been generated by the IAR Embeddded Workbench @REM C-SPY interactive debugger,as an aid to preparing a command @REM line for running the cspybat command line utility with the
www.eeworm.com/read/342086/12042007

c adc_moni.c

#include #define uchar unsigned char #define LED_BIT_DDR DDRB //数码管 位选 #define LED_BIT_PORT PORTB #define LED_SEG_DDR DDRD //数码管 段选 #define LED_SEG_PORT PORTD uchar a=
www.eeworm.com/read/153226/12050920

c test-adc.c

/********************************************************************* * File: test-adc.c * Author: * Desc: * History: *********************************************************************/