代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
www.eeworm.com/read/456941/7336623
s 一般按键.s
.module _一般按键.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_一般按键\一般按键.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbl
www.eeworm.com/read/456941/7336627
dsn 一般按键.dsn
www.eeworm.com/read/456941/7336628
o 一般按键.o
XL
H 2 areas 9 global symbols
M _
S mod16s Ref0000
S div16s Ref0000
A text size D0 flags 0
dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_一般按键\一般按键.c
dbfunc e port_init 0 fV
db
www.eeworm.com/read/456941/7336629
c 一般按键.c
//ICC-AVR application builder : 2009-3-10 17:31:43
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC
www.eeworm.com/read/456941/7336630
pwi 一般按键.pwi
www.eeworm.com/read/456941/7336631
prj 一般按键.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=14
RadioGroup1=0
Edit15=
CheckBox6=0
Edit1
www.eeworm.com/read/456941/7336633
lis 一般按键.lis
.module _一般按键.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_一般按键\一般按键.c
0000
www.eeworm.com/read/456941/7336634
mp 一般按键.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/456941/7336635
mak 一般按键.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/456941/7336636
s 矩阵式按键.s
.module _矩阵式按键.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_矩阵式按键\矩阵式按键.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1