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