periph_conf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
3  * 2016 Laurent Navet <laurent.navet@gmail.com>
4  * 2017 HAW Hamburg, Dimitri Nahm
5  * 2018 Matthew Blue <matthew.blue.neuro@gmail.com>
6  * 2019 Otto-von-Guericke-Universität Magdeburg
7  *
8  * This file is subject to the terms and conditions of the GNU Lesser
9  * General Public License v2.1. See the file LICENSE in the top level
10  * directory for more details.
11  */
12 
13 #pragma once
14 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
41 #define CLOCK_CORECLOCK (8000000UL)
44 #ifdef __cplusplus
45 }
46 #endif
47 
49 
Common configuration of MCU periphery for ATmega boards.