Loading...
Searching...
No Matches
periph_conf_common_esp32c3.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
31#ifndef UART0_TXD
32#define UART0_TXD (GPIO21)
33#endif
34
35#ifndef UART0_RXD
36#define UART0_RXD (GPIO20)
37#endif
39
40#ifdef __cplusplus
41} /* end extern "C" */
42#endif
43