/* * SPDX-FileCopyrightText: 2016-2017 Inria * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @defgroup boards_common_arduino-mkr Arduino MKR Common * @ingroup boards_common * @brief Shared files and configuration for the Arduino MKR boards type. * @{ * * @file * @brief Board specific definitions for the Arduino MKR * board * * @author Alexandre Abadie */ #include "cpu.h" #include "arduino_pinmap.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif /** @} */