代码搜索结果

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

building.java

package securitysystem; //大楼类,采取自已的行动,发生火警: public class Building extends SecurityZone { public Building(String name) { super(name); } boolean handleNotification(int measurement, Sensor sens

makefile.am

SUBDIRS = bodies sensors models . gazebo_DEPENDENCIES = ./bodies/libgazebobodies.a @GAZEBO_MODEL_LIBPATHS@ @GAZEBO_SENSOR_LIBPATHS@ AM_CPPFLAGS = @GAZEBO_SERVER_CPPFLAGS@ gazebo_LDFLAGS = @GAZEBO

makefile.am

SUBDIRS = . noinst_LIBRARIES = @RAYPROXIMITY_LIB@ EXTRA_LIBRARIES = librayproximity.a AM_CPPFLAGS = @GAZEBO_SENSOR_CPPFLAGS@ librayproximity_a_SOURCES = RayProximity.hh RayProximity.cc pkginclu

ads7846.c

/* * ADS7846 based touchscreen and sensor driver * * Copyright (c) 2005 David Brownell * Copyright (c) 2006 Nokia Corporation * Various changes: Imre Deak * * Using code f

ads7846.c

/* * ADS7846 based touchscreen and sensor driver * * Copyright (c) 2005 David Brownell * Copyright (c) 2006 Nokia Corporation * Various changes: Imre Deak * * Using code f

lm70.c

/* * lm70.c * * The LM70 is a temperature sensor chip from National Semiconductor (NS). * Copyright (C) 2006 Kaiwan N Billimoria * * The LM70 communicates with a hos

tsl2550.c

/* * tsl2550.c - Linux kernel modules for ambient light sensor * * Copyright (C) 2007 Rodolfo Giometti * Copyright (C) 2007 Eurotech S.p.A. * * This pr

ultrasonicsensor.java

package lejos.nxt; /** * * Abstraction for a NXT Ultrasonic Sensor. * */ public class UltrasonicSensor extends I2CSensor { byte[] buf = new byte[1]; public UltrasonicSensor(I2CPort port) {