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