Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JamboxSequencer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const i2s_config_t I2S_CONFIG = {
// Sets the sample rate.
.sample_rate = SAMPLE_RATE_HZ,

// Sets the sampel rate, two channels of 16 bits each.
// Sets the sample rate, two channels of 16 bits each.
.bits_per_sample = (i2s_bits_per_sample_t) 16,
.channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,

Expand Down