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 
28 #ifndef PERIPH_CONF_H
29 #define PERIPH_CONF_H
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
42 #define CLOCK_CORECLOCK (8000000UL)
43 
45 #ifdef __cplusplus
46 }
47 #endif
48 
50 
51 #endif /* PERIPH_CONF_H */
periph_conf_atmega_common.h
Common configuration of MCU periphery for ATmega boards.