Skip to content

Commit 3b7c091

Browse files
committed
Unintentional change of comment, fixed
Unintentional change of comment, fixed
1 parent a69eacb commit 3b7c091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/I2S/src/I2S.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class I2SClass : public Stream
4040

4141
// the SCK and FS pins are driven as outputs using the sample rate
4242
int begin(int mode, long sampleRate, int bitsPerSample);
43-
// the SCK and FS pins are driven as outputs using the sample rate
43+
// the SCK and FS pins are inputs, other side controls the sample rate
4444
int begin(int mode, int bitsPerSample);
4545
void end();
4646

0 commit comments

Comments
 (0)