/* * Copyright (C) 2015 Kaspar Schleiser * 2015 FreshTemp, LLC. * * 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 cpu_saml21 * @{ * * @file * @brief SAML21 IO helper stuff * * @author Kaspar Schleiser */ #ifndef SAML21_PERIPH_H #define SAML21_PERIPH_H #ifdef __cplusplus extern "C" { #endif #include #include "cpu_conf.h" #include "panic.h" #ifdef __cplusplus } #endif /** @} */ #endif /* SAML21_PERIPH_H */