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

TMP75数据手册

于 2022-10-15 发布 文件大小:264.56 kB
0 132
下载积分: 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 个回复

  • mpi-course
    陈国良并行算法实践 -mpi源程序 《并行算法的设计与分析》(parallel computing mpi)
    2020-11-02 10:59:53下载
    积分:1
  • lis302dl、lis3dsh驱动
    lis302dl、lis3dsh驱动,适用于STM32系列处理器,在项目中已应用
    2022-02-01 10:12:17下载
    积分:1
  • 打开一个可以一直输入的dos窗口
    打开一个可以一直输入的dos窗口,打开以后输入指令 color ?  就会显示相应的颜色数值,可以自己随意修改。指令title ****可以设置你喜欢的管理员名字,小功能,请多指教!
    2022-08-12 06:37:42下载
    积分:1
  • STM32LED
    STM32点阵屏静态显示源码,实现基本的点阵屏显示功能(STM32 lattice screen static display source code, to achieve the basic dot matrix screen display function)
    2013-09-10 15:54:14下载
    积分:1
  • Boltzmann LBM-CFD
    说明:  格子玻尔兹曼方程基于格子Boltzmann方法开源可视化软件的源代码(The source code of open source visualization software based on lattice Boltzmann method has high practical value.)
    2019-01-09 20:30:32下载
    积分:1
  • 使用 c 代码的指纹图像的识别
    使用C++代码增强,提取和匹配指纹图像。
    2022-05-20 07:58:08下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • Winform中鼠标穿透效果,类似桌面壁纸的效果
    鼠标穿透效果实例,可实现类似桌面浮动效果,详见截图
    2013-01-11下载
    积分:1
  • 四分之一车辆悬架建模仿真
    说明:  案例选题:1/4车辆悬架模型的建模与仿真 软件工具:matlab的simulink 内容简述:建立路面谱,建立1/4车辆悬架模型,运用simulink对1/4悬架进行路面行驶仿真分析。结果讨论。(Case topic: Modeling and Simulation of quarter vehicle suspension model Software tool: simulink of MATLAB Content Description: the road spectrum is established, the quarter vehicle suspension model is established, and the road driving simulation analysis of quarter suspension is carried out by using Simulink. The results were discussed.)
    2021-01-08 13:42:10下载
    积分:1
  • 电子闹钟
    单片机定时器,1602液晶显示,4键校准,设置闹钟
    2023-06-06 10:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载