Adafruit_ZeroI2S
Adafruit_ZeroI2S copied to clipboard
I2S audio playback library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).
I am using an Adafruit I2S Mic with M0 Feather Board. Which parameters/flags do I need to change to read MONO channel data? Currently it is reading stereo data.
- Arduino board: **Sparkfun ATSAMD21G R3 Breakout Board** - Arduino IDE version (found in Arduino -> About Arduino menu): 1.18.19 - List the steps to reproduce the problem below (if...
- 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...
Hello, I am using Adafruit_M0 board which sends a sinewave from the DMA buffer to external amplifier via I2S. I have 2 chips on the board which get triggered simultaneously....