Loading...
Searching...
No Matches
nm_bsp_internal.h
1/*
2 * SPDX-FileCopyrightText: 2020 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
8#if !DOXYGEN
9
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#ifdef MODULE_ATMEGA_COMMON
25#define ARDUINO
26#endif
27
28#define CONF_WINC_USE_SPI (1)
29#define CONF_WINC_PRINTF printf
30
31#ifndef CONF_WINC_DEBUG
32#define CONF_WINC_DEBUG (0)
33#endif
34
35#ifndef M2M_LOG_LEVEL
36#define M2M_LOG_LEVEL M2M_LOG_ERROR
37#endif
38
39#define NM_EDGE_INTERRUPT (1)
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* DOXYGEN */