1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-02-25 10:29:00 +00:00

13 lines
216 B
C

#ifndef BUTTON_SENSOR_H_
#define BUTTON_SENSOR_H_
#include "lib/sensors.h"
extern const struct sensors_sensor button_sensor;
#define BUTTON_SENSOR "Button"
void button_press(void);
#endif /* BUTTON_SENSOR_H_ */