代码搜索:sensor

找到约 3,982 项符合「sensor」的源代码

代码结果 3,982
www.eeworm.com/read/167890/5451894

c dvdrp_sensor.c

// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; yo
www.eeworm.com/read/167890/5452025

c sensor_recorder.c

// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; yo
www.eeworm.com/read/327360/3456982

mof cim_sensor.mof

// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // =========================================
www.eeworm.com/read/327360/3458199

mof cim_sensor.mof

// Copyright (c) 2005 DMTF. All rights reserved. // ================================================================== // CIM_Sensor // ==============================================================
www.eeworm.com/read/327360/3459404

mof cim_sensor.mof

// Copyright (c) 2005 DMTF. All rights reserved. // ================================================================== // CIM_Sensor // ==============================================================
www.eeworm.com/read/312338/3673084

c vib-sensor.c

/* * Copyright (c) 2005, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provide
www.eeworm.com/read/312338/3673085

h button-sensor.h

#ifndef __BUTTON_SENSOR_H__ #define __BUTTON_SENSOR_H__ #include "lib/sensors.h" extern const struct sensors_sensor button_sensor; #define BUTTON_SENSOR "Button" void button_press(void); #endif /
www.eeworm.com/read/312338/3673087

h pir-sensor.h

#ifndef __PIR_SENSOR_H__ #define __PIR_SENSOR_H__ #include "lib/sensors.h" extern const struct sensors_sensor pir_sensor; #define PIR_SENSOR "PIR" void pir_sensor_changed(int strength); #endif /*
www.eeworm.com/read/312338/3673088

c button-sensor.c

#include "dev/button-sensor.h" const struct sensors_sensor button_sensor; /*---------------------------------------------------------------------------*/ void button_press(void) { sensors_changed
www.eeworm.com/read/312338/3673090

h vib-sensor.h

/* * Copyright (c) 2005, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provide