Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
arduino_board.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Freie Universität Berlin
3
* SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#pragma once
8
20
21
#include "
arduino_board_analog.h
"
22
#include "
arduino_board_pins.h
"
23
#include "
arduino_board_pwm.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
41
#ifndef F_CPU
42
#define F_CPU CLOCK_CORECLOCK
43
#endif
44
53
#ifndef LED_BUILTIN
54
# define LED_BUILTIN ARDUINO_LED
55
#endif
56
57
#ifdef __cplusplus
58
}
59
#endif
60
arduino_board_analog.h
Arduino analog pin map.
arduino_board_pins.h
Arduino digital pin map.
arduino_board_pwm.h
Mapping of Arduino digital pin numbers to PWM settings.
Generated on Sat Jul 4 2026 15:10:29 by
1.13.2