Copyright
Copyright © 2004 O Reilly Media, Inc.
Printed in the United States of America.
Published by O Reilly MediaInc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
O Reilly & Associates books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com.
Nutshell Handbook, the Nutshell Handbook logo, and the O Reilly logo are registered trademarks of O Reilly Media, Inc The Cookbook series designations, Java Servlet and JSP Cookbook, the image of a fennec fox, and related trade dress are trademarks of O Reilly & Associates, Inc.
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States
標簽:
Copyright
America
Printed
Reilly
上傳時間:
2014-08-20
上傳用戶:lps11188
此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。
軟件包的接口界面:
(1) bit ISendByte(uchar sla,uchar c) (無子地址)寫單字節數據 (現行地址寫)
(2) bit IRcvByte(uchar sla,uchar *c) (無子地址)讀單字節數據 (現行地址讀)
(3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)讀N字節數據
(4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)寫N字節數據
(5) bit ISendStr(uchar sla,uchar *s,uchar no) (無子地址)寫多字節數據
(6) bit IRcvStr(uchar sla,uchar *s,uchar no) (無子地址)讀單字節數據
(7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data)
(8) void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num)
(9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2)
(10)unsigned char ZLG7290_GetKey()
標簽:
uchar
C51
ISendByte
7290
上傳時間:
2013-12-05
上傳用戶:hongmo