periph_conf.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Robert Olsson <roolss@kth.se>
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
26 #define CLOCK_CORECLOCK (16000000UL)
29 #ifdef __cplusplus
30 }
31 #endif
32 
34 
Common configuration of MCU periphery for ATmega boards.