代码搜索结果
找到约 3,982 项符合
Sensor 的代码
ds1631.h
/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.h'
// Title
ds1631.c
/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.c'
// Title
msp430x20x3_sd16a_02.c
//******************************************************************************
// MSP430F20x3 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: Use SD16 and it's integrate
test_library.m
%function test_library(arguments);
%Agilent ADNS-3060 mouse sensor library test.
% TEST_LIBRARY(ARGUMENTS);
%
% Input Parameters:
% ================
%
% arguments ---------> Command
demosensornowc.nc
/**
* Demo sensor for the mica2 platform.
*
* @author Henrik Makitaavola
*/
generic configuration DemoSensorNowC()
{
provides interface Resource;
provi
tep109.txt
=========================
Sensors and Sensor Boards
=========================
:TEP: 109
:Group: Core Working Group
:Type: Documentary
:Status: Final
:TinyOS-Version: 2.x
:Author: David Gay,
mvizsensorc.nc
/**
* The default sensor for MViz is a simple sine wave.
*
* @author Philip Levis
*/
generic configuration MVizSensorC()
{
provides interface Read;
}
implementation
{
co
exercise_05.txt
void Exercise_05(void)
{
static word ex05_count;
if(ex05_count == 0)
{
AcquireTemperature(); // Read temperature from sensor
UpdateCelsiusASCII();
temperaturesensor.java~7~
package securitysystem;
//温度传感器:
public class TemperatureSensor extends Sensor {
public void TemperatureSensor(String string) {
this.position=string;//位置信息
}
}
exercise_05.txt
void Exercise_05(void)
{
static word ex05_count;
if(ex05_count == 0)
{
AcquireTemperature(); // Read temperature from sensor
UpdateCelsiusASCII();