代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/35687/1060208
mak write-byte.mak
CC = iccavr
CFLAGS = -IE:\产品\开发板\mega128-board\实验程序\I2C读写24C04 -e -D__ICC_VERSION="7.14C" -DATMEGA -DATMega128 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000
www.eeworm.com/read/35687/1060210
lis write-byte.lis
.module write-byte.c
.area text(rom, con, rel)
0000 .dbfile D:\16实验程序\I2C读写24C04\写一个字节\write-byte.c
0000 .dbfil
www.eeworm.com/read/35687/1060211
hex write-byte.hex
:040000000C94460016
:14008C00CFEFD0E1CDBFDEBFCE51D0400AEA08830024E0E036
:1400A000F1E011E0E030F10711F00192FBCF0083ECE8F0E0FD
:1400B400A0E0B1E010E000E00BBFEC38F10721F0C89531963C
:1400C8000D92F9CF0E9
www.eeworm.com/read/35687/1060212
o write-byte.o
XL
H 1 areas F global symbols
M write
S push_xgset300C Ref0000
S push_xgset003C Ref0000
S pop_xgset300C Ref0000
S pop_xgset003C Ref0000
A text size 118 flags 0
dbfile D:\16实验程序\I2C读写24C04\写一个字
www.eeworm.com/read/35687/1060213
s write-byte.s
.module write-byte.c
.area text(rom, con, rel)
.dbfile D:\16实验程序\I2C读写24C04\写一个字节\write-byte.c
.dbfile D:\16实验程序\I2C读写24C04\写一个字节\i2c.h
.dbfunc e i2c_init _i2c_init fV
.even
_i2c_init::
www.eeworm.com/read/35687/1060214
prj write-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/1060216
c write-byte.c
//向24c04写一个字节数据程序
#include
#define uchar unsigned char
#define uint unsigned int
#include"i2c.h"
//写一个字节
void main()
{
i2c_init(); //初始化
i2c_wrbyte(0x07,0x12); //字节写进地址0x12
www.eeworm.com/read/35687/1060217
cof write-byte.cof
www.eeworm.com/read/489223/1225811
sgml arrays_byte.sgml
Byte Arrays
arrays of bytes, which grow automatically as elements are added