periph_conf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg
3  * 2023 Hugues Larrive
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
21 #ifndef PERIPH_CONF_H
22 #define PERIPH_CONF_H
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
32 #ifndef CLOCK_CORECLOCK
33 /* Using 8MHz internal oscillator as default clock source */
34 #define CLOCK_CORECLOCK (8000000UL)
35 #endif
38 #ifdef __cplusplus
39 }
40 #endif
41 
43 
44 #endif /* PERIPH_CONF_H */
Common configuration of MCU periphery for ATmega boards.