ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
frdm-kl27z
frdm-stbc-b3115
frdm_stbc_b3115_shield.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2016, Freescale Semiconductor, Inc.
3
* Copyright 2016-2017 NXP
4
* All rights reserved.
5
*
6
* SPDX-License-Identifier: BSD-3-Clause
7
*/
8
9
/**
10
* @file frdm_stbc_b3115_shield.h
11
* @brief The frdm_stbc_b3115_shield.h file declares mapping of the Kinetis
12
Device peripherals to the frmd-kl27z and frmd-stbc-b3115 shield
13
*/
14
15
#ifndef _FRDM_STBC_B3115_SHIELD_H_
16
#define _FRDM_STBC_B3115_SHIELD_H_
17
18
/* The shield name */
19
#define SHIELD_NAME "FRDMSTBC-B3115"
20
21
// FXPQ3115 Sensor Information
22
#define FXPQ3115_I2C_ADDR 0x60
23
#define FXPQ3115_INT1 D5
24
#define FXPQ3115_INT2 D2
25
26
#endif
/* _FRDM_STBC_B3115_SHIELD_H_ */
© Copyright 2016-2020 NXP. All Rights Reserved.