代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/34887/1050206

c byte1.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : Byte1.C ** Project : RTOSDemo *
www.eeworm.com/read/35687/1060185

cof read-byte.cof

www.eeworm.com/read/35687/1060186

lk read-byte.lk

read-byte.o
www.eeworm.com/read/35687/1060187

src read-byte.src

[Files] read-byte.c [Headers] ..\写一个字节\i2c.h [Documents]
www.eeworm.com/read/35687/1060188

lis read-byte.lis

.module read-byte.c .area text(rom, con, rel) 0000 .dbfile D:\16实验程序\I2C读写24C04\读一个字节\read-byte.c 0000 .dbfile
www.eeworm.com/read/35687/1060190

s read-byte.s

.module read-byte.c .area text(rom, con, rel) .dbfile D:\16实验程序\I2C读写24C04\读一个字节\read-byte.c .dbfile D:\16实验程序\I2C读写24C04\读一个字节\i2c.h .dbfunc e i2c_init _i2c_init fV .even _i2c_init:: .d
www.eeworm.com/read/35687/1060192

c read-byte.c

//读24c04的一个字节程序 #include #define uchar unsigned char #define uint unsigned int #include"i2c.h" //读一个字节 main() { DDRD=0xff; PORTD=0xff; i2c_init(); //初始化 PORTD=~i2c_rebyte(0x1
www.eeworm.com/read/35687/1060193

lst read-byte.lst

__start: __text_start: 46 EFCF LDI R28,0xFF 47 E1D0 LDI R29,0x10 48 BFCD OUT 0x3D,R28 49 BFDE OUT 0x3E,R29 4A 51CE SUBI R28,0x1E 4B
www.eeworm.com/read/35687/1060194

prj read-byte.prj

[Compiler Options] Edit1=E:\产品\开发板\mega128-board\实验程序\I2C读写24C04 Edit2= Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=30 Edit13= ComboBox1=0 Edit9=0x20000 Edit10=4096 ComboBox2=50
www.eeworm.com/read/35687/1060195

_c read-byte._c

//I2C读一个字节程序 #include #define uchar unsigned char #define uint unsigned int #include"i2c.h" //读一个字节 main() { DDRD=0xff; PORTD=0xff; i2c_init(); //初始化 PORTD=~i2c_rebyte(0x12);