#ifndef __AUDIO_H__ #define __AUDIO_H__ #define I2S_NUM (0) #define I2S_MCK_IO (GPIO_NUM_3) #define I2S_BCK_IO (GPIO_NUM_18) #define I2S_WS_IO (GPIO_NUM_5) #define I2S_DO_IO (GPIO_NUM_23) #endif /* __AUDIO_H__*/