mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
470 B
C
17 lines
470 B
C
|
/*
|
||
|
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* Pin definition header file. The long term plan is to have a single soc_pins.h for all
|
||
|
* peripherals. Now we temporarily separate these information into periph_pins/channels.h for each
|
||
|
* peripheral and include them here to avoid developing conflicts in those header files.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "soc/gpio_pins.h"
|
||
|
#include "soc/spi_pins.h"
|