test for a library

Committer:
hober
Date:
Wed Aug 15 02:12:10 2018 +0000
Revision:
0:43f2f3301904
2018/08/15 convert to library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hober 0:43f2f3301904 1 /**
hober 0:43f2f3301904 2 ******************************************************************************
hober 0:43f2f3301904 3 * @file altimu_10_v5_targets.h
hober 0:43f2f3301904 4 * @author AST / EST
hober 0:43f2f3301904 5 * @version V0.0.1
hober 0:43f2f3301904 6 * @date 14-April-2015
hober 0:43f2f3301904 7 * @brief This header file is intended to manage the differences between
hober 0:43f2f3301904 8 * the different supported base-boards which might mount the
hober 0:43f2f3301904 9 * ALTIMU_10_V5 MEMS Inertial & Environmental Nucleo Expansion Board.
hober 0:43f2f3301904 10 ******************************************************************************
hober 0:43f2f3301904 11 * @attention
hober 0:43f2f3301904 12 *
hober 0:43f2f3301904 13 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
hober 0:43f2f3301904 14 *
hober 0:43f2f3301904 15 * Redistribution and use in source and binary forms, with or without modification,
hober 0:43f2f3301904 16 * are permitted provided that the following conditions are met:
hober 0:43f2f3301904 17 * 1. Redistributions of source code must retain the above copyright notice,
hober 0:43f2f3301904 18 * this list of conditions and the following disclaimer.
hober 0:43f2f3301904 19 * 2. Redistributions in binary form must reproduce the above copyright notice,
hober 0:43f2f3301904 20 * this list of conditions and the following disclaimer in the documentation
hober 0:43f2f3301904 21 * and/or other materials provided with the distribution.
hober 0:43f2f3301904 22 * 3. Neither the name of STMicroelectronics nor the names of its contributors
hober 0:43f2f3301904 23 * may be used to endorse or promote products derived from this software
hober 0:43f2f3301904 24 * without specific prior written permission.
hober 0:43f2f3301904 25 *
hober 0:43f2f3301904 26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
hober 0:43f2f3301904 27 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
hober 0:43f2f3301904 28 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
hober 0:43f2f3301904 29 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
hober 0:43f2f3301904 30 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
hober 0:43f2f3301904 31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
hober 0:43f2f3301904 32 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
hober 0:43f2f3301904 33 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
hober 0:43f2f3301904 34 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
hober 0:43f2f3301904 35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
hober 0:43f2f3301904 36 *
hober 0:43f2f3301904 37 ******************************************************************************
hober 0:43f2f3301904 38 */
hober 0:43f2f3301904 39
hober 0:43f2f3301904 40 /* Define to prevent from recursive inclusion --------------------------------*/
hober 0:43f2f3301904 41 #ifndef _ALTIMU_10_V5_TARGETS_H_
hober 0:43f2f3301904 42 #define _ALTIMU_10_V5_TARGETS_H_
hober 0:43f2f3301904 43
hober 0:43f2f3301904 44 /*** I2C ***/
hober 0:43f2f3301904 45 /* Use Arduino I2C Connectors */
hober 0:43f2f3301904 46 #define F746ZG_PIN_I2C_SDA (D14)
hober 0:43f2f3301904 47 #define F746ZG_PIN_I2C_SCL (D15)
hober 0:43f2f3301904 48
hober 0:43f2f3301904 49 #endif // _ALTIMU_10_V5_TARGETS_H_