Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Fundacion Inria Chile
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include <stdint.h>
19
20#include "cpu.h"
21#include "periph_conf.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
31#define LED0_PIN_NUM 2
32#define LED0_PORT GPIO_PORT_B
33#define LED0_PORT_NUM PORT_B
35
36#ifdef __cplusplus
37}
38#endif
39
40#include "stm32_leds.h"
41
Peripheral MCU configuration for the limifrog-v1 board.
Common LED macros.