代码搜索结果
找到约 3,982 项符合
Sensor 的代码
sensor.h
#ifndef SENSOR_H
#define SENSOR_H
extern void senor_temperature_int(void);
extern unsigned char read_tempterature(void);
extern void temp_main(void);
extern void adc_main(void);
#endif
sensor.h
#ifndef SENSOR_H
#define SENSOR_H
extern void senor_temperature_int(void);
extern unsigned char read_tempterature(void);
extern void temp_main(void);
extern void photo_main(void);
#endif
sensor.h
#if ROCK_CAMERA
#ifndef _SENSOR_H_
#define _SENSOR_H_
/*sensor 型号配置*/
#define SENSOR_OV_9650 1
#define SENSOR_MICRON_MT9M112 2
#define SENSOR_TYPE SENSOR_OV_9650
#if (SENSOR_TYP
sensor.c
/**************************************************************************************************
* FILENAME
* time
sensor.java
/*
* $RCSfile: Sensor.java,v $
*
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
* $Revision: 1.5 $
* $Date: 2007/02/09 17:18:20 $
* $S
sensor.c
/**************************************************************************************************
* FILENAME
* time
sensor.java
package com.javapatterns.facade.security;
public class Sensor
{
public void activate()
{
System.out.println("Activating the sensor.");
}
public void deactivate()
{
sensor.java
package com.javapatterns.facade.securityfacade;
public class Sensor
{
public void activate()
{
System.out.println("Activating on the sensor.");
}
public void deactivate()
sensor.cpp
/*
gridsim2 (c) 2006 Kris Beevers
This file is part of gridsim2.
gridsim2 is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as publ
sensor.asm
;
; Security System/Sensor Module/Remote Control sensor/
; /1.1.1/sensor test program
;======================================================
REGBASE equ $0000
RAMBASE equ $3800
INITRM equ $00