2013-11-24 15:57:08 +00:00
|
|
|
#ifndef PIR_SENSOR_H_
|
|
|
|
#define PIR_SENSOR_H_
|
2006-06-17 22:41:10 +00:00
|
|
|
|
|
|
|
#include "lib/sensors.h"
|
|
|
|
|
|
|
|
extern const struct sensors_sensor pir_sensor;
|
|
|
|
|
|
|
|
#define PIR_SENSOR "PIR"
|
|
|
|
|
|
|
|
void pir_sensor_changed(int strength);
|
|
|
|
|
2013-11-24 15:57:08 +00:00
|
|
|
#endif /* PIR_SENSOR_H_ */
|