Hi all
I am new to the Audio Adapter Board and I am using a Teensy 3.2. While waiting for the parts arrive I have some general question:
1. If I want to connect the Audio Board to a SMT Speaker, how can I do that? Am I supposed to connect that speaker to L/G (or R/G) on the Line In pins ?
2. In my project, I just want to simply play a WAV file when a button is pressed. Therefore I looked at the WavFilePlayer example I saw this configuration:
If I mount the teensy on the Audio Board, must this configuration be fixed? Can I change it to use different pins ?
Thanks
I am new to the Audio Adapter Board and I am using a Teensy 3.2. While waiting for the parts arrive I have some general question:
1. If I want to connect the Audio Board to a SMT Speaker, how can I do that? Am I supposed to connect that speaker to L/G (or R/G) on the Line In pins ?
2. In my project, I just want to simply play a WAV file when a button is pressed. Therefore I looked at the WavFilePlayer example I saw this configuration:
Code:
#define SDCARD_CS_PIN 10
#define SDCARD_MOSI_PIN 7
#define SDCARD_SCK_PIN 14
If I mount the teensy on the Audio Board, must this configuration be fixed? Can I change it to use different pins ?
Thanks