代码搜索结果
找到约 3,982 项符合
Sensor 的代码
changelog.txt
This file documents changes in the software, firmware and hardware of the
"Remote Sensor" device. New entries are always appended to the end of the file.
Scroll down to the bottom to see the most rece
touchsensor.java
package lejos.nxt;
/**
* Abstraction for a NXT touch sensor.
* Also works with RCX touch sensors.
*
*/
public class TouchSensor implements SensorConstants {
ADSensorPort port;
/**
* Create
listenerthread.java
package lejos.nxt;
/**
* Utility class for dispatching events to button, sensor and serial listeners.
*
* @author Paul Andrews
*/
class ListenerThread extends Thread
{
static ListenerThread sin
makefile
# This application assumes a mica sensor board, so does not run on mica2dot
PLATFORMS=mica mica2
COMPONENT=HFS
SENSORBOARD=micasb
include ../Makerules
readme
README for SenseTask
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
SenseTask is an application in Lesson 3 of the tutorial. It periodically
samples the photo sensor, posts a task
changelog.txt
This file documents changes in the software, firmware and hardware of the
"Remote Sensor" device. New entries are always appended to the end of the file.
Scroll down to the bottom to see the most rece
changelog.txt
This file documents changes in the software, firmware and hardware of the
"Remote Sensor" device. New entries are always appended to the end of the file.
Scroll down to the bottom to see the most rece
sky_collect.info
Sky-collect running on 7 Sky nodes. Test waits until sensor data has been received from every node at least 5 times.
activate.m.svn-base
function ePic = activate( ePic, propName )
%ACTIVATE Activate the reception of some sensor values. It can also
% activate some mechanisms in the interface.
%
% ePic = activate(ePic,propName)
magfftplot.m
function magfftplot(obj, zeroPadTo)
% MAGFFTPLOT Plot the magnitude square of the FFT of the sensor array data
% Example:
% magfftplot(s,128);
clf
[mags, fflip]=magfft(obj, zeroPadTo);
semilo