代码搜索结果

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

adc._c

#include #include #include"1602.h" #define uchar unsigned char #define uint unsigned int uchar adc_0[]={"ADC_0: . V"}; uchar adc_1[]={"ADC_1: . V"}; //ADC测试,使用1602显

adc.src

[Files] ADC-1602.c [Headers] 1602.h [Documents]

adc.lst

__start: __text_start: 52 EFCF LDI R28,0xFF 53 E1D0 LDI R29,0x10 54 BFCD OUT 0x3D,R28 55 BFDE OUT 0x3E,R29 56 51CE SUBI R28,0x1E 57

adc.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.2 CPU AVR FRAMEPOINTER Y DIR D:\16实验程序\模数转换\adc_1602\ FILE ADC-1602.c FUNC main 3FE fI BLOCK 16 400 DEFLOCAL adc_h1 5 i DEFLOCAL adc_l1 5 i DEFLOCAL ten_4 5

adc.s

.module ADC.c .area text(rom, con, rel) .dbfile D:\实验程序\模数转换\adc_1602\ADC.c .dbfile D:\实验程序\模数转换\adc_1602\1602.h .dbfunc e s_ms _s_ms fV ; ms -> R16,R17 .even _s_ms:: .dblin

adc.prj

[Compiler Options] Edit1= Edit2= Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=30 Edit13= ComboBox1=0 Edit9=0x20000 Edit10=4096 ComboBox2=50 RadioGroup1=0 Edit15= CheckBox6=0 Ed

adc.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

adc.mak

CC = iccavr CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMEGA -DATMega128 -l -g -Mavr_enhanced -Wf-use_elpm ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -d