board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017 Inria
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
21 #include "board_nucleo.h"
22 #include "arduino_pinmap.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
32 #define LED0_PIN_NUM 3
33 #define LED0_PORT GPIO_PORT_B
34 #define LED0_PORT_NUM PORT_B
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #include "stm32_leds.h"
42 
Compatibility wrapper for arduino_iomap.h.
Global common Nucleo board configuration.
Common LED macros.