Search found 1 match
- Wed Sep 12, 2018 8:24 pm
- Forum: ESP32 Arduino
- Topic: I2s using fixed_mclk
- Replies: 0
- Views: 4289
I2s using fixed_mclk
What is the correct syntax for using fixed_mclk in I2S communication? I have the following code: #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "nvs_flash.h" #include "driver/i2s.h" #include <math.h> #include "soc/rtc_io_reg.h" #include ...