board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Benjamin Valentin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
31 #define XTIMER_WIDTH (16)
38 #define LED0_PIN_NUM 13
39 #define LED0_PORT GPIO_PORT_C
40 #define LED0_PORT_NUM PORT_C
41 #define LED0_IS_INVERTED 1
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #include "stm32_leds.h"
49 
Common LED macros.