Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include "cpu.h"
20#include "periph_conf.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30#define LED0_PIN_NUM 1
31#define LED0_PORT GPIO_PORT_A
32#define LED0_PORT_NUM PORT_A
33
34#define LED1_PIN_NUM 3
35#define LED1_PORT GPIO_PORT_A
36#define LED1_PORT_NUM PORT_A
37
38#define LED2_PIN_NUM 2
39#define LED2_PORT GPIO_PORT_A
40#define LED2_PORT_NUM PORT_A
42
43#ifdef __cplusplus
44}
45#endif
46
47#include "stm32_leds.h"
48
Common LED macros.