Skip to content
Snippets Groups Projects
Commit 4555b9ea authored by Hauke Petersen's avatar Hauke Petersen
Browse files

board/iot-lab_M3: added definitions for L3G4200D

parent 0fed3297
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,16 @@ extern "C" {
#define LPS331AP_ADDR 0x5c
/** @} */
/**
* @name Define the interface for the L3G4200D gyroscope
* @{
*/
#define L3G4200D_I2C I2C_0
#define L3G4200D_ADDR 0x68
#define L3G4200D_DRDY GPIO_4
#define L3G4200D_INT GPIO_3
/** @} */
/**
* @name Define the interface to the LSM303DLHC accelerometer and magnetometer
* @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment