代码搜索结果

找到约 3,982 项符合 Sensor 的代码

pt-doc.txt

/** \defgroup pt Protothreads Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply embedded systems or sensor network nodes. Protot

tempdemocoord.c

/* Microchip ZigBee Stack Temperature Demo - Coordinator This demonstration shows how to use the temperature sensor on the PICDEM Z Demo Board. Since the Home Controls, Lighti

msp430x42x0_sd16a_07.s43

;***************************************************************************** ; MSP430x42x0 Demo - SD16_A, Using the Integrated Battery Sensor ; ; Description: This example shows how to use th

msp430x42x0_sd16a_07.s43

;***************************************************************************** ; MSP430x42x0 Demo - SD16_A, Using the Integrated Battery Sensor ; ; Description: This example shows how to use th

tempdemocoord.c

/* Microchip ZigBee Stack Temperature Demo - Coordinator This demonstration shows how to use the temperature sensor on the PICDEM Z Demo Board. Since the Home Controls, Lighti

pt-doc.txt

/** \defgroup pt Protothreads Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply embedded systems or sensor network nodes. Protot

pt-doc.txt

/** \defgroup pt Protothreads Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply embedded systems or sensor network nodes. Protot

pt-doc.txt

/** \defgroup pt Protothreads Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply embedded systems or sensor network nodes. Protot

structure.h

#ifndef CTS_STRUCTURE #define CTS_STRUCTURE //****************************************************************************** // structure.h // // RO_PINOSC_TA0_WDTp_Proximity_Sensor example // T

temperaturesensor.java

package securitysystem; //温度传感器: public class TemperatureSensor extends Sensor { public TemperatureSensor(String string) { this.position=string;//位置信息 } }