代码搜索:双积分ADC

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

代码结果 10,000
www.eeworm.com/read/257088/11950561

plg 5111_adc.plg

Build target 'Target 1' compiling adcMain.c... linking... "5111_ADC" - 0 Error(s), 0 Warning(s). Build target 'Target 1' compiling adcMain.c... linking... "5111_ADC" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/343370/11954434

c adc_9883.c

#include "Config.h" #if defined( SUPPORT_PC ) || defined ( SUPPORT_DTV ) #include "reg.h" #include "typedefs.h" #include "i2c.h" #include "adc.h" #include "printf.h" #include "main.h" #inc
www.eeworm.com/read/343233/11962218

hex adc0809.hex

www.eeworm.com/read/256873/11966917

c adc0809.c

#include #define uchar unsigned char #define uint unsigned int //************************************************* sbit a0=ACC^0; sbit a1=ACC^1; sbit a2=ACC^2; sbit a3=ACC^3; sbit
www.eeworm.com/read/343165/11967846

h adc_ts.h

/* * FILE: adc_ts.h * ADC和触摸屏的测试函数接口 */ #ifndef __ADC_TS_H__ #define __ADC_TS_H__ /* * 测试ADC * 通过A/D转换,测量可变电阻器的电压值 */ void Test_Adc(void); /* * 测试触摸屏,打印触点坐标 */
www.eeworm.com/read/343165/11967879

lds adc_ts.lds

SECTIONS { . = 0x00000000; .init : AT(0){ head.o init.o nand.o} . = 0x30000000; .text : AT(4096) { *(.text) } .rodata ALIGN(4) : AT((LOADADDR(.text)+SIZEOF(.text)+3)&~(0x03)) {*(.r
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