代码搜索:75A
找到约 16 项符合「75A」的源代码
代码结果 16
www.eeworm.com/read/460959/7236916
txt 说明.txt
National公司的LM75具有9位分辨率,对应0.5℃。
Philips公司的LM75A具有11位分辨率,对应0.125℃。
www.eeworm.com/read/460959/7236933
plg lm75a.plg
礦ision2 Build Log
Project:
E:\Quick51\实验20 LM75A数字温度计\A51\LM75A.uv2
Project File Date: 06/08/2006
Output:
Build target 'Target 1'
assembling
www.eeworm.com/read/346244/11759546
plg lm75a.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\新建文件夹\LM75A\LM75A.uv2
Project File Date: 12/23/2007
Output:
Build target
www.eeworm.com/read/484404/6324508
c main.c
#include "systemInit.h"
#include "uartGetPut.h"
#include "LM3S_I2CM.h"
#include
// 定义LM75A(NXP半导体数字温度传感器,I2C接口)
#define LM75A_SLA (0x90 >> 1) //
www.eeworm.com/read/429451/8807953
txt 调试说明.txt
基于《Stellaris外设驱动库》的例程:软件I2C操作数字温度传感器LM<mark>75A</mark>
本实验演示了LM3S1138的软件I2C在主模式情况下与LM<mark>75A</mark>进行串行通信读取温度值并由串口发送显示。
例程中软件I2C程序已经模块化,易于移植。
程序运行后,温度数据通过UART2端口输出,可以利用超级终端来观察,单位是℃。
...