Loading...
Searching...
No Matches
periph_conf.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/*
23 * Any overwrites of the common ATmega periph config would come here, as needs
24 * to be placed before the include. (Currently none needed.)
25 */
26
27#ifdef __cplusplus
28}
29#endif
30
32
Common configuration of MCU periphery for ATmega boards.