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

TMP75数据手册

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

  • string101
    C++ 编写的string类库,并实现string的各项函数操作。(string function)
    2016-03-14 03:05:24下载
    积分:1
  • CAN
    can总线基于j1939-21协议的故障码多包发送程序( CAN fault code data reorganization and multi package launch )
    2020-12-03 09:39:24下载
    积分:1
  • 00LCD1602-ADC
    说明:  STM32转换ADC值并通过LCD1602进行显示(STM32 converts ADC values and displays them through LCD1602)
    2020-06-21 10:40:02下载
    积分:1
  • debugLog
    一个简单的日志输出模块,可以支持跨平台windows和linux(A simple log output module can support cross-platform windows and linux)
    2014-07-09 11:00:08下载
    积分:1
  • 车辆路径问题的代码
     ; 车辆问题(VRP)是一个路由;路由问题你寻求一些拥有客户服务(同种或异种)的车辆从一个仓库。其基本思想是以服务为客户--由一个图中的节点表示。理论和产业的很多问题可以建模为一个VRP。这个问题的起源可以追溯到50。它包括TSP问题(VRP一车)作为一种特殊的情况,是这样一个复杂的计算问题。
    2022-02-01 19:39:50下载
    积分:1
  • Realize a simple text comparison functions realize relatively rough, the course...
    实现了简单的文本比较功能;实现比较粗糙,学习中,见谅。显示部分的行号还有待改进-Realize a simple text comparison functions realize relatively rough, the course of study, will be forgiven. Showing part of the line number has yet to be improved
    2023-05-26 05:35:04下载
    积分:1
  • c11
    應用Bootstrap則可以幫助開發者設計網頁時有一些可以立即套用的功能,加速建構響應式內容也提前幫你處理一些跨瀏覽器可能產生的問題 ...(Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation and other interface components.)
    2020-06-23 16:00:02下载
    积分:1
  • 55593405jisuanqi
    功能简单,实现了加减乘除,取余等简单功能。适合初学者使用。(Features simple addition and subtraction multiplication and division achieved, take over other simple functions. Suitable for beginners.)
    2010-03-15 09:00:35下载
    积分:1
  • PSO1
    说明:  粒子群算法事例,用以结果旅行商问题,采用简单的C语言完成,求相对最优的智能算法(This routine is created for solving TSP problem,using simple C language,find the best way to solve optimal problem.)
    2019-11-16 09:19:00下载
    积分:1
  • backgroud(12.22)
    本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。(development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.)
    2006-12-22 19:07:30下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载