/* * Copyright (C) 2014-2016 Freie Universität Berlin * 2015 Zolertia SL * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup boards_remote-reva * @{ * * @file * @brief Peripheral MCU configuration for the RE-Mote board revision A * * @author Hauke Petersen * @author Antonio Lignan * @author Sebastian Meiling */ #ifndef PERIPH_CONF_H #define PERIPH_CONF_H #include "cfg_adc_default.h" #include "cfg_clk_default.h" #include "cfg_i2c_default.h" #include "cfg_spi_default.h" #include "cfg_timer_default.h" #include "cfg_uart_default.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } /* end extern "C" */ #endif #endif /* PERIPH_CONF_H */ /** @} */