代码搜索:sensor

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

代码结果 3,982
www.eeworm.com/read/444581/1732050

c image_sensor.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/435300/1864944

c temp_sensor.c

/****************************************************************************** * * * **********
www.eeworm.com/read/431469/1906140

c temp_sensor.c

/****************************************************************************** * * * **********
www.eeworm.com/read/431466/1906404

c temp_sensor.c

/****************************************************************************** * * * **********
www.eeworm.com/read/430448/1930257

c find_sensor.c

#include "./ds18x20.h" /* find DS18X20 Sensors on 1-Wire-Bus input/ouput: diff is the result of the last rom-search output: id is the rom-code of the sensor found */ void DS18X20_find_sens
www.eeworm.com/read/430445/1930546

c find_sensor.c

#include "./ds18x20.h" /* find DS18X20 Sensors on 1-Wire-Bus input/ouput: diff is the result of the last rom-search output: id is the rom-code of the sensor found */ void DS18X20_find_sens
www.eeworm.com/read/424059/2020224

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/424059/2020225

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/424059/2020227

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/424059/2020228

c button-sensor.c

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