代码搜索结果
找到约 3,982 项符合
Sensor 的代码
repository
tinyos-2.x/apps/tosthreads/capps/SenseCompressForward/Sensor
qc-vv6450.c
/*
* qce-ga, linux V4L driver for the Quickcam Express and Dexxa Quickcam
*
* vv6450.c - Sensor Implementation for Quickcam Messenger???
* The sensor is NOT called 6450, I just copied t
rangereading.h
#ifndef RANGEREADING_H
#define RANGEREADING_H
#include
#include
#include "rangesensor.h"
namespace GMapping{
class RangeReading: public SensorReading,
testsensor.h
#ifndef TEST_SENSOR_H
#define TEST_SENSOR_H
typedef nx_struct TestSensorMsg {
nx_uint16_t value;
} TestSensorMsg;
enum {
AM_TESTSENSORMSG = 10,
};
#endif
building.java~10~
package securitysystem;
//大楼类,对火警采取自已的行动:
public class Building extends SecurityZone {
public Building(String name) {
super(name);
}
boolean handleNotification(int measurement, Sensor sensor
testsensor.h
#ifndef TEST_SENSOR_H
#define TEST_SENSOR_H
typedef nx_struct TestSensorMsg {
nx_uint16_t value;
} TestSensorMsg;
enum {
AM_TESTSENSORMSG = 10,
};
#endif
ov7660.c
/*
* OV7660 CMOS Camera Sensor Initialization
*/
#include "camera.h"
static void init_rgb565_qvga_25fps_new(void)
{
sensor_write_reg(0x12, 0x80);
udelay(20000);
sensor_write_reg(0x11, 0x80);
se
ov7670_init.c
/*
* OV7660 CMOS Camera Sensor Initialization
*/
#include "camera.h"
static void init_rgb565_qvga_25fps_new(void)
{
sensor_write_reg(0x12, 0x80);
udelay(20000);
sensor_write_reg(0x11, 0x80);
se
ov7660.c
/*
* OV7660 CMOS Camera Sensor Initialization
*/
#include "camera.h"
static void init_rgb565_qvga_25fps_new(void)
{
sensor_write_reg(0x12, 0x80);
udelay(20000);
sensor_write_reg(0x11, 0x80);
se
ex_logger.c
/////////////////////////////////////////////////////////////////////////////
//// ////
//// ex_logger