Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 BISSELL Homecare, Inc.
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
15
16#pragma once
17
18#include "cpu.h"
19#include "periph_conf.h"
20#include "periph_cpu.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26#define LED0_PIN_NUM 6
27#define LED0_PORT GPIO_PORT_B
28#define LED0_PORT_NUM PORT_B
29#define LED0_IS_INVERTED 1
30
31#ifdef __cplusplus
32}
33#endif
34
35#include "stm32_leds.h"
36
Configuration of CPU peripherals for STM32C0116-DK board.
Common LED macros.