Adafruit_ZeroI2S
Adafruit_ZeroI2S copied to clipboard
Feature Request: Slave mode support
-
Arduino board: Arduino MKR Zero
-
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.9
I briefly tested the library on my board and used the tone_generator example as a base. It worked great however it seems that I2S is always initialized in master mode. For my use case, I would like to use an external ADC that is run in master mode and use the Arduino in slave mode. It would be great if you could implement that in the library.