/* This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "driver/gpio.h" #include "soc/gpio_reg.h" #include "soc/gpio_sig_map.h" #include "gpio_pcm_config.h" #define GPIO_OUTPUT_PCM_FSYNC (25) #define GPIO_OUTPUT_PCM_CLK_OUT (5) #define GPIO_OUTPUT_PCM_DOUT (26) #define GPIO_INPUT_PCM_DIN (35) #define GPIO_OUTPUT_PCM_PIN_SEL ((1ULL<