We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2bc9e commit 1db4d54Copy full SHA for 1db4d54
examples/i2s/i2s.ino
@@ -32,7 +32,7 @@ void setup() {
32
while (!Serial);
33
LOG_INFO("Board setup started");
34
35
- // create 2s speaker
+ // create i2s speaker
36
i2s_config_t i2s_speaker_config = {
37
.mode = (i2s_mode_t)(I2S_MODE_MASTER | I2S_MODE_TX),
38
.sample_rate = AUDIO_SAMPLE_RATE,
0 commit comments