Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
inga
dev
gyro-sensor.h
1
#ifndef __GYRO_SENSOR_H__
2
#define __GYRO_SENSOR_H__
3
4
#include "lib/sensors.h"
5
6
extern
const
struct
sensors_sensor gyro_sensor;
7
8
#define X_AS 0
9
#define Y_AS 1
10
#define Z_AS 2
11
#define TEMP_AS 3
12
13
14
#endif
/* __GYRO-SENSOR_H__ */
Generated on Fri Aug 30 2013 12:34:11 for Contiki 2.5 by
1.8.3.1