Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
49
#include "
periph_conf_atmega_common.h
"
50
51
#endif
/* PERIPH_CONF_H */
periph_conf_atmega_common.h
Common configuration of MCU periphery for ATmega boards.
Generated on Tue Nov 24 2020 19:46:50 by
1.8.17