Loading...
Searching...
No Matches
board.h File Reference

Board specific definitions for the iotlab-a8-m3 board. More...

Detailed Description

Board specific definitions for the iotlab-a8-m3 board.

Definition in file board.h.

#include <stdint.h>
#include "cpu.h"
#include "periph_conf.h"
#include "board_common.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

Define the interface for the L3G4200D gyroscope

#define L3G4200D_PARAM_INT2   GPIO_PIN(PORT_C, 9)
 
#define L3G4200D_PARAM_INT1   GPIO_PIN(PORT_C, 6)
 

Define the interface to the LSM303DLHC accelerometer and magnetometer

#define LSM303DLHC_PARAM_ACC_PIN   GPIO_PIN(PORT_B, 12)
 
#define LSM303DLHC_PARAM_MAG_PIN   GPIO_PIN(PORT_A, 11)
 

Macro Definition Documentation

◆ L3G4200D_PARAM_INT1

#define L3G4200D_PARAM_INT1   GPIO_PIN(PORT_C, 6)

Definition at line 36 of file board.h.

◆ L3G4200D_PARAM_INT2

#define L3G4200D_PARAM_INT2   GPIO_PIN(PORT_C, 9)

Definition at line 35 of file board.h.

◆ LSM303DLHC_PARAM_ACC_PIN

#define LSM303DLHC_PARAM_ACC_PIN   GPIO_PIN(PORT_B, 12)

Definition at line 43 of file board.h.

◆ LSM303DLHC_PARAM_MAG_PIN

#define LSM303DLHC_PARAM_MAG_PIN   GPIO_PIN(PORT_A, 11)

Definition at line 44 of file board.h.