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:
parent
0fed329774
commit
4555b9ea7a
@ -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
|
||||
* @{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user