audio.h 244 B

1234567891011
  1. #ifndef __AUDIO_H__
  2. #define __AUDIO_H__
  3. #define I2S_NUM (0)
  4. #define I2S_MCK_IO (GPIO_NUM_3)
  5. #define I2S_BCK_IO (GPIO_NUM_18)
  6. #define I2S_WS_IO (GPIO_NUM_5)
  7. #define I2S_DO_IO (GPIO_NUM_23)
  8. #endif /* __AUDIO_H__*/