代码搜索结果

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

7455_mps430.txt

#include #include "sensor.h" #include "data.h" unsigned char testd=0; /******************************************** 系统初始化 ********************************************/ void S

7455_mps430.txt

#include #include "sensor.h" #include "data.h" unsigned char testd=0; /******************************************** 系统初始化 ********************************************/ void S

smsc47b397.txt

November 23, 2004 The following specification describes the SMSC LPC47B397-NC sensor chip (for which there is no public datasheet available). This document was provided by Craig Kelly (In-Store Broa

ctrlcode.m

function [exectime, data] = ctrlcode(seg, data) switch seg, case 1, % Read all buffered packets temp = ttTryFetch('sensor_signal'); while ~isempty(temp), y = temp; temp = ttTryFetch('

cafe_ccic.c

/* * A driver for the CMOS camera controller in the Marvell 88ALP01 "cafe" * multifunction chip. Currently works with the Omnivision OV7670 * sensor. * * The data sheet for this device can be fo

ams-input.c

/* * Apple Motion Sensor driver (joystick emulation) * * Copyright (C) 2005 Stelian Pop (stelian@popies.net) * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch) * * This program is

tiltsensor.java

package lejos.nxt; /** * Abstraction for a Mindsensors (and possibly HiTechnic) * acceleration (tilt) sensor. * */ public class TiltSensor extends I2CSensor { byte[] buf = new byte[2]; publ

readme

README for GenericBase Author/Contact: tinyos-help@millennium.berkeley.edu Description: GenericBase is a PC to sensor network bridge. Packets received from a PC from the UART are sent out on the rad

readme

README for MicaSBVerify Author/Contact: tinyos-help@millennium.berkeley.edu Description: MicaSBVerify contains several applications to test out the mica sensor board. Each test is self-contained a

tmp105.c

/* * Texas Instruments TMP105 temperature sensor. * * Copyright (C) 2008 Nokia Corporation * Written by Andrzej Zaborowski * * This program is free software; you can redi