360买的双龙M8开发板里CD的程序,正在开发avr板子的学生可以参考一下 

源代码在线查看: i2c_com.s

软件大小: 622 K
上传用户: xiaoexiao
关键词: 360 avr 开发板 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

					.module I2C_COM.c
					.area eeprom(rom, con, rel)
				_Slave_Add::
					.byte 176
					.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
					.dbsym e Slave_Add _Slave_Add c
				_Master_Add::
					.byte 176
					.dbsym e Master_Add _Master_Add c
					.area data(ram, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
					.area text(rom, con, rel)
					.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
					.dbfunc e twi_tran _twi_tran fV
				;           temp -> R20
					.even
				_twi_tran::
					rcall push_gset1
					.dbline -1
					.dbline 35
				; /*******************************************/
				; /*            广州天河双龙电子公司         */
				; /*            http://www.sl.com.cn         */ 
				; /*           硬件I2C总线演示程序之四       */ 
				; /*		    中断、双向通信(和UART连接)			

相关资源