代码搜索结果

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

temperature-sensor-demo.wsdt

Temperature-Sensor-Demo/TempSensor Demo

temperature-sensor-demo.wsdt

Temperature-Sensor-Demo/TempSensor Demo

temperature-sensor-demo.wsdt

Temperature-Sensor-Demo/TempSensor Demo

i2c-sensor.c

/* i2c-sensor.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 1998 - 2001 Frodo Looijaard and Mark D. Studebaker

button-sensor.c

#include "dev/button-sensor.h" const struct sensors_sensor button_sensor; /*---------------------------------------------------------------------------*/ void button_press(void) { sensors_changed

pir-sensor.c

#include "dev/pir-sensor.h" const struct sensors_sensor pir_sensor; static int pir_value; /*---------------------------------------------------------------------------*/ void pir_sensor_changed(in

button-sensor.c

#include "dev/button-sensor.h" const struct sensors_sensor button_sensor; /*---------------------------------------------------------------------------*/ void button_press(void) { sensors_changed

pir-sensor.c

#include "dev/pir-sensor.h" const struct sensors_sensor pir_sensor; static int pir_value; /*---------------------------------------------------------------------------*/ void pir_sensor_changed(in

ftp-sensor

# This is an example sensor running on the ftp port. Xinetd sensors are # a form of intrusion detection aimed at locating hosts that are trying # to access an unadvertised service. Once tripped, they

sensor.java

package com.javapatterns.facade.security; public class Sensor { public void activate() { System.out.println("Activating the sensor."); } public void deactivate() {