Contiki 2.6

button-sensor.h

00001 #ifndef __BUTTON_SENSOR_H__
00002 #define __BUTTON_SENSOR_H__
00003 
00004 #include "lib/sensors.h"
00005 
00006 extern const struct sensors_sensor button_sensor;
00007 
00008 #define BUTTON_SENSOR "Button"
00009 
00010 void button_press(void);
00011 
00012 #endif /* __BUTTON_SENSOR_H__ */