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