mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-08 23:35:33 +00:00
13 lines
307 B
C
13 lines
307 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32H2.
|
|
|
|
#pragma once
|
|
|
|
#define UART_NUM_0_TXD_DIRECT_GPIO_NUM 16
|
|
#define UART_NUM_0_RXD_DIRECT_GPIO_NUM 15
|