欢迎访问ic37.com |
会员登录 免费注册
发布采购

MCP9808T-E/MS 参数 Datasheet PDF下载

MCP9808T-E/MS图片预览
型号: MCP9808T-E/MS
PDF下载: 下载PDF文件 查看货源
内容描述: 0.5A ° C最大精度数字温度传感器 [0.5°C Maximum Accuracy Digital Temperature Sensor]
分类和应用: 传感器换能器温度传感器输出元件PC
文件页数/大小: 52 页 / 1124 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号MCP9808T-E/MS的Datasheet PDF文件第16页浏览型号MCP9808T-E/MS的Datasheet PDF文件第17页浏览型号MCP9808T-E/MS的Datasheet PDF文件第18页浏览型号MCP9808T-E/MS的Datasheet PDF文件第19页浏览型号MCP9808T-E/MS的Datasheet PDF文件第21页浏览型号MCP9808T-E/MS的Datasheet PDF文件第22页浏览型号MCP9808T-E/MS的Datasheet PDF文件第23页浏览型号MCP9808T-E/MS的Datasheet PDF文件第24页  
MCP9808  
Writing to the CONFIG Register to Enable the Event Output Pin <0000 0000 0000 1000>b:  
1
2
3
4
5
6
7
8
1
2
3
4
5
6
7
8
SCL  
SDA  
A
C
K
A
C
K
A
2
A
1
A
0
S
0
0
1
1
W
0
0
0
0
0
0
0
1
Address Byte  
Configuration Pointer  
MCP9808 MCP9808  
1
0
2
3
0
4
0
5
0
6
0
7
0
8
0
1
0
2
0
3
0
4
0
5
1
6
0
7
0
8
0
A
C
K
A
C
K
0
P
MSB Data  
LSB Data  
MCP9808  
MCP9808  
Note: This is an example routine (see Appendix A: “Source Code”).  
i2c_start();  
// send START command  
i2c_write(AddressByte & 0xFE);  
//WRITE Command(see Section 4.1.4 “Address Byte”)  
//also, make sure bit 0 is cleared ‘0’  
// Write CONFIG Register  
// Write data  
i2c_write(0x01);  
i2c_write(0x00);  
i2c_write(0x08);  
i2c_stop();  
// Write data  
// send STOP command  
FIGURE 5-2:  
Timing Diagram for Writing to the Configuration Register (see Section 4.0 “Serial  
Communication”).  
DS25095A-page 20  
© 2011 Microchip Technology Inc.  
 复制成功!