2013-11-24 16:57:08 +01:00
|
|
|
#ifndef PIR_SENSOR_H_
|
|
|
|
#define PIR_SENSOR_H_
|
2006-06-18 00:41:10 +02: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 16:57:08 +01:00
|
|
|
#endif /* PIR_SENSOR_H_ */
|