Loading...
Searching...
No Matches
periph_conf.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
3 * Copyright (C) 2016 INRIA, Francisco Acosta
4 * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg
5 *
6 * This file is subject to the terms and conditions of the GNU Lesser
7 * General Public License v2.1. See the file LICENSE in the top level
8 * directory for more details.
9 */
10
23#ifndef PERIPH_CONF_H
24#define PERIPH_CONF_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
34#define CLOCK_CORECLOCK (14745600UL)
37#ifdef __cplusplus
38}
39#endif
40
42
43#endif /* PERIPH_CONF_H */
Common configuration of MCU periphery for ATmega boards.