Skip to content

Commit 1db4d54

Browse files
authored
Update i2s.ino
1 parent df2bc9e commit 1db4d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/i2s/i2s.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void setup() {
3232
while (!Serial);
3333
LOG_INFO("Board setup started");
3434

35-
// create 2s speaker
35+
// create i2s speaker
3636
i2s_config_t i2s_speaker_config = {
3737
.mode = (i2s_mode_t)(I2S_MODE_MASTER | I2S_MODE_TX),
3838
.sample_rate = AUDIO_SAMPLE_RATE,

0 commit comments

Comments
 (0)