1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

board/iot-lab_M3: added definitions for L3G4200D

This commit is contained in:
Hauke Petersen 2014-10-20 20:01:17 +02:00 committed by Hauke Petersen
parent 0fed329774
commit 4555b9ea7a

View File

@ -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
* @{