osd-contiki/platform/native/dev/button-sensor.h

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_ */