Loading...
Searching...
No Matches
periph_conf_common_esp32c3.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
24#ifndef PERIPH_CONF_COMMON_ESP32C3_H
25#define PERIPH_CONF_COMMON_ESP32C3_H
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
35#ifndef UART0_TXD
36#define UART0_TXD (GPIO21)
37#endif
38
39#ifndef UART0_RXD
40#define UART0_RXD (GPIO20)
41#endif
44#ifdef __cplusplus
45} /* end extern "C" */
46#endif
47
48#endif /* PERIPH_CONF_COMMON_ESP32C3_H */