2013-11-24 16:57:08 +01:00
|
|
|
#ifndef BUTTON_SENSOR_H_
|
|
|
|
#define BUTTON_SENSOR_H_
|
2006-06-18 00:41:10 +02:00
|
|
|
|
|
|
|
#include "lib/sensors.h"
|
|
|
|
|
|
|
|
extern const struct sensors_sensor button_sensor;
|
|
|
|
|
|
|
|
#define BUTTON_SENSOR "Button"
|
|
|
|
|
|
|
|
void button_press(void);
|
|
|
|
|
2013-11-24 16:57:08 +01:00
|
|
|
#endif /* BUTTON_SENSOR_H_ */
|