mirror of
https://github.com/espressif/esp-idf
synced 2025-03-23 07:59:11 -04:00
15 lines
464 B
C
15 lines
464 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#pragma once
|
|
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_CMD 18
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_CLK 19
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D0 20
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D1 21
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D2 22
|
|
#define SDIO_SLAVE_SLOT0_IOMUX_PIN_NUM_D3 23
|
|
#define SDIO_SLAVE_SLOT0_FUNC 0
|