-
TMP75数据手册
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 |
- 2022-10-15 21:25:08下载
- 积分:1
-
panoglview-0.2.2.tar
一个开源的基于openGL的全景图片游览器。可跨平台移植(Based on an open source openGL panoramic picture s browser. Portable across platforms)
- 2014-12-05 09:24:15下载
- 积分:1
-
ruanjiangongcheng
软件工程课件 清华大学出版社的 很详细 很清晰(Software Engineering Courseware Tsinghua clear version of the very detailed)
- 2020-06-25 22:00:02下载
- 积分:1
-
1
说明: 秒杀
过图
自己现在用的DNF私服辅助,全屏攻击秒杀((DNF Private Server Auxiliary, Full Screen Attack Secondary Kill DNF Private Server Auxiliary, Full Scre))
- 2020-08-09 16:38:29下载
- 积分:1
-
ieee33
说明: 电气工程潮流计算稳定性分析等ieee33配电网正序节点导纳矩阵形成方法(ieee33 Nodal admittance matrix formation algorithm)
- 2020-07-04 10:53:08下载
- 积分:1
-
dev_tic2
this is an implementation of the tictactoe game using the Tic Tac Toe algorithm 2.
- 2010-04-04 05:56:42下载
- 积分:1
-
Micrium-Probe-TargetCode-410
ucprobe 源码 micrium。系统状态监视工具(ucprobe micrium)
- 2017-02-04 15:10:25下载
- 积分:1
-
spwm
说明: 可以通过STM32产生SPWM ,改变mos管的通断,做小功率的逆变发生程序(SPWM can be generated for low power inversion)
- 2019-03-28 10:49:36下载
- 积分:1
-
boxingfasheng
本制作适用于初学单片机51者,简易波形发生器的制作(This production is suitable for beginners microcontroller 51, the production of simple waveform generator)
- 2012-07-27 17:26:00下载
- 积分:1
-
APPLICATION-CLIENT-SERVER
communication client server
- 2013-03-31 17:38:59下载
- 积分:1