📄 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);#define PIR_ENABLE_EVENT 1#endif /* __PIR_SENSOR_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -