Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
netsim
dev
button-sensor.h
1
#ifndef __BUTTON_SENSOR_H__
2
#define __BUTTON_SENSOR_H__
3
4
#include "lib/sensors.h"
5
6
extern
const
struct
sensors_sensor button_sensor;
7
8
#define BUTTON_SENSOR "Button"
9
10
void
button_press(
void
);
11
12
#endif
/* __BUTTON_SENSOR_H__ */
Generated on Fri Aug 30 2013 12:34:04 for Contiki 2.5 by
1.8.3.1