ISSDK  1.8
IoT Sensing Software Development Kit
Macros
frdm_stbc_agm01_shield.h File Reference
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-AGM01"
 
#define FXOS8700_I2C_ADDR   0x1E
 
#define FXOS8700_INT1   D2
 
#define FXOS8700_INT2   D4
 
#define FXOS8700_CS   A2
 
#define FXAS21002_I2C_ADDR   0x20
 
#define FXAS21002_INT1   D5
 
#define FXAS21002_CS   D10
 
#define RESET_GPIO   A3
 
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_AGM01
 

Macro Definition Documentation

◆ FXAS21002_CS

#define FXAS21002_CS   D10

Definition at line 29 of file frdm_stbc_agm01_shield.h.

◆ FXAS21002_I2C_ADDR

#define FXAS21002_I2C_ADDR   0x20

Definition at line 27 of file frdm_stbc_agm01_shield.h.

◆ FXAS21002_INT1

#define FXAS21002_INT1   D5

Definition at line 28 of file frdm_stbc_agm01_shield.h.

◆ FXOS8700_CS

#define FXOS8700_CS   A2

Definition at line 24 of file frdm_stbc_agm01_shield.h.

◆ FXOS8700_I2C_ADDR

#define FXOS8700_I2C_ADDR   0x1E

Definition at line 21 of file frdm_stbc_agm01_shield.h.

◆ FXOS8700_INT1

#define FXOS8700_INT1   D2

Definition at line 22 of file frdm_stbc_agm01_shield.h.

◆ FXOS8700_INT2

#define FXOS8700_INT2   D4

Definition at line 23 of file frdm_stbc_agm01_shield.h.

◆ RESET_GPIO

#define RESET_GPIO   A3

Definition at line 32 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_AGM01

#define SHIELD_AGM01   2

Definition at line 40 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_AGM02

#define SHIELD_AGM02   3

Definition at line 41 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_AGM04

#define SHIELD_AGM04   5

Definition at line 43 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_AGMP03

#define SHIELD_AGMP03   4

Definition at line 42 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_MULTIB

#define SHIELD_MULTIB   0

Definition at line 38 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_NAME

#define SHIELD_NAME   "FRDM-STBC-AGM01"

Definition at line 18 of file frdm_stbc_agm01_shield.h.

◆ SHIELD_NONE

#define SHIELD_NONE   1

Definition at line 39 of file frdm_stbc_agm01_shield.h.

◆ THIS_SHIELD

#define THIS_SHIELD   SHIELD_AGM01

Definition at line 44 of file frdm_stbc_agm01_shield.h.