登录
首页 » c » TMP75数据手册

TMP75数据手册

于 2022-10-15 发布 文件大小:264.56 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

zigebee 自己从网上查到的数据手册 方便下载 #include"iocc2530.h" #include"uart.h" #include"clock.h"   /*管脚定义是 SDA定义为P0.7 SCL定义为P0.6 */  //#define SCL P0_6  //#define SDA P0_7  #define TRUE 1  #define FALSE 0               //错误提示,全局变量 #define SlaveAddress   0x90 //定义器件在IIC总线中的从地址,根据SA0地址引脚不同修改 #define SET_SDA_OUT    P0DIR |= 0x8c; #define SET_SDA_IN     P0DIR &= ~0x8c;  #define SET_SCL_OUT    P0DIR |= 0x4c; #define SCL_H()       P0DIR |= 0x40; P0_6 = 1; #define SCL_L()       P0DIR |= 0x40; P0_6 = 0;  #define SDA_H()       P0DIR |=  0x80;P0_7 = 1;  #define SDA_L()       P0DIR |

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Misorientation Statistics
    利用晶粒组织数据统计晶粒取向夹角分布的程序。(A program for calculating the angle distribution of grain orientation by using grain structure data.)
    2020-06-21 02:40:01下载
    积分:1
  • 在书上学到的代码
    这是一个TCP服务器,是从书上学到的,希望对大家有点用处,第一次用这个网站,哈哈哈
    2022-02-04 02:14:18下载
    积分:1
  • CShape高级编程指南;CShape入门到精通的教程。
    CShape高级编程指南;CShape入门到精通的教程。-CShape high-level programming guide CShape entry to master the curriculum.
    2023-02-18 10:45:03下载
    积分:1
  • conm
    含有成员对象的类的构造函数,派生与继承的体现(Contains the constructor of the class members object, derived with the manifestation of the inherited)
    2012-09-04 12:27:27下载
    积分:1
  • coderec
    识别条形码和生成条形码的应用程序,可以分别实现生成与识别条形码,基于opencv与c++(The genaration and the recognization of the codes)
    2015-07-19 21:52:32下载
    积分:1
  • ai_1503
    acm上的1503题,这也是我作业所得, 来源是 East Central North America 1998,希望能对入门的朋友有所帮助.(acm 1503 on the issue, which is why I work proceeds, East Central is the source of North America 1998, The hope is to be inducted into the friend help.)
    2007-03-22 14:08:18下载
    积分:1
  • C
    说明:  C程序设计(谭浩强),对初学C语言的同志们很有帮助。(c language)
    2012-08-14 16:06:22下载
    积分:1
  • Fscrn
    VC MFC全屏显示切换示例,精选学习源码,很好的参考资料。(VC MFC full screen display switching example, select learning source code, a good reference.)
    2013-12-25 10:26:24下载
    积分:1
  • r7f0c809_portable_battery
    说明:  基于r7f0c809单片机的便携式电源,可以给手机等消费电子产品充电,具有过电流、过电压、过温保护功能。(The portable power supply based on r7f0c809 MCU can charge mobile phones and other consumer electronic products, and has the functions of over-current, over-voltage and over-temperature protection.)
    2020-06-21 17:20:01下载
    积分:1
  • c--zhigongguanlixitong
    C 语言 职工信息管理系统设计 详细的设计,精简的代码 (C language staff information management system detailed design, streamlined code)
    2008-07-25 08:13:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载