arduino_board.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Freie Universität Berlin
3  * 2017 Thomas Perrot <thomas.perrot@tupi.fr>
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 
22 #ifndef ARDUINO_BOARD_H
23 #define ARDUINO_BOARD_H
24 
25 #include "arduino_board_analog.h"
26 #include "arduino_board_pins.h"
27 #include "arduino_board_pwm.h"
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
45 #ifndef F_CPU
46 #define F_CPU CLOCK_CORECLOCK
47 #endif
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* ARDUINO_BOARD_H */
Arduino analog pin map.
Arduino digital pin map.
Mapping of Arduino digital pin numbers to PWM settings.