Loading...
Searching...
No Matches
arduino_pinmap.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#include "arduino_iomap.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26/* just a wrapper for arduino_iomap.h for backward compatibility, no code
27 * here ... */
28
29#ifdef __cplusplus
30}
31#endif
32