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

Generated on Mon Apr 11 14:23:27 2011 for Contiki 2.5 by  doxygen 1.6.1