ISSDK  1.7
IoT Sensing Software Development Kit
Macros
frdm_stbc_agm04_shield.h File Reference

The frdm_stbc_agm04_shield.h file declares mapping of the Kinetis Device peripherals to the frmd-k64f and frmd-stbc-agm04 shield. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SHIELD_NAME   "FRDM-STBC-AGM04"
 
#define MAG3110_I2C_ADDR   0x0E
 
#define MAG3110_INT1   D5
 
#define MMA8652_I2C_ADDR   0x1D
 
#define MMA8652_INT1   D2
 
#define MMA8652_INT2   D8
 
#define FXAS21002_I2C_ADDR   0x20
 
#define FXAS21002_INT1   D4
 
#define FXAS21002_INT2   D10
 
Shield Parameters

Use this section to define the shield board: 3 bit code 0 to 7 inclusive transmitted in bits 7-5 for display purposes only.

#define SHIELD_MULTIB   0
 
#define SHIELD_NONE   1
 
#define SHIELD_AGM01   2
 
#define SHIELD_AGM02   3
 
#define SHIELD_AGMP03   4
 
#define SHIELD_AGM04   5
 
#define THIS_SHIELD   SHIELD_AGM04
 

Detailed Description

The frdm_stbc_agm04_shield.h file declares mapping of the Kinetis Device peripherals to the frmd-k64f and frmd-stbc-agm04 shield.

Definition in file frdm_stbc_agm04_shield.h.

Macro Definition Documentation

◆ FXAS21002_I2C_ADDR

#define FXAS21002_I2C_ADDR   0x20

Definition at line 57 of file frdm_stbc_agm04_shield.h.

◆ FXAS21002_INT1

#define FXAS21002_INT1   D4

Definition at line 58 of file frdm_stbc_agm04_shield.h.

◆ FXAS21002_INT2

#define FXAS21002_INT2   D10

Definition at line 59 of file frdm_stbc_agm04_shield.h.

◆ MAG3110_I2C_ADDR

#define MAG3110_I2C_ADDR   0x0E

Definition at line 48 of file frdm_stbc_agm04_shield.h.

◆ MAG3110_INT1

#define MAG3110_INT1   D5

Definition at line 49 of file frdm_stbc_agm04_shield.h.

◆ MMA8652_I2C_ADDR

#define MMA8652_I2C_ADDR   0x1D

Definition at line 52 of file frdm_stbc_agm04_shield.h.

◆ MMA8652_INT1

#define MMA8652_INT1   D2

Definition at line 53 of file frdm_stbc_agm04_shield.h.

◆ MMA8652_INT2

#define MMA8652_INT2   D8

Definition at line 54 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_AGM01

#define SHIELD_AGM01   2

Definition at line 67 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_AGM02

#define SHIELD_AGM02   3

Definition at line 68 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_AGM04

#define SHIELD_AGM04   5

Definition at line 70 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_AGMP03

#define SHIELD_AGMP03   4

Definition at line 69 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_MULTIB

#define SHIELD_MULTIB   0

Definition at line 65 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_NAME

#define SHIELD_NAME   "FRDM-STBC-AGM04"

Definition at line 45 of file frdm_stbc_agm04_shield.h.

◆ SHIELD_NONE

#define SHIELD_NONE   1

Definition at line 66 of file frdm_stbc_agm04_shield.h.

◆ THIS_SHIELD

#define THIS_SHIELD   SHIELD_AGM04

Definition at line 71 of file frdm_stbc_agm04_shield.h.