代码搜索结果
找到约 5,431 项符合
Temperature 的代码
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
readme.txt
Soekris Net45xx/Net4801 GPIO driver
Provides basic control (read and write) over the 8/12 general purpose
IO-pins of the Soekris Net45xx/Net4801 and the error-led (which happens
to be connected to an
forj10-adtemperature.eww
$WS_DIR$\AD-temperature.ewp
main.c
#include "ioCC2430.h"
#include "temp.h"
#include "stdio.h"
#define uint unsigned int
#define ConversionNum 20
//定义控制灯的端口
#define led1 P1_0
#define led2 P1_1
void Delay(uint);
void initU
wlserialport.pbd
This is an internal working file generated by the Source Browser.
20:43 12s
H:\zigbee\演示程序\无线温度采集及串口通信演示\temp_getch\Debug\Obj\SendPack.pbi
H:\zigbee\演示程序\无线温度采集及串口通信演示\temp_getch\Debug\Obj\SensorCo
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
ds1820.h
void delay(int nUs);
char DS1820_Reset(void);
char DS1820_ReadByte(void);
void DS1820_WriteByte(char val);
char Read_Temperature(void);
void Init_CLK(void);
sht10.h
#ifndef _SHT10_H
#define _SHT10_H
#define uchar unsigned char
#define uint unsigned int
#define TEMP 0x01
#define HUMI 0x02
#define noACK 0 //用于判断是否结束通讯
#define
ds1820.h
void delay(int nUs);
char DS1820_Reset(void);
char DS1820_ReadByte(void);
void DS1820_WriteByte(char val);
char Read_Temperature(void);
void Init_CLK(void);
fig7_74.m
% Figure 7.74 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
%% fig7_74.m
%% Heat Exchanger
clf;
[t]=sim('fig7_73cl');
plot(t,y);
grid;
title