Skip to content

Commit dfc43c2

Browse files
authored
Correct MAX98357 part number in I2S library example
The "SimpleTone" example of the I2S bundled library uses a Maxim Integrated MAX98357 amplifier. This part was incorrectly referred to as "MAX08357" in the comments, which is corrected here. Reference: https://www.maximintegrated.com/en/products/analog/audio/MAX98357A.html
1 parent 104f07f commit dfc43c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/I2S/examples/SimpleTone/SimpleTone.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
This example generates a square wave based tone at a specified frequency
33
and sample rate. Then outputs the data using the I2S interface to a
4-
MAX08357 I2S Amp Breakout board.
4+
MAX98357 I2S Amp Breakout board.
55
66
Circuit:
77
* Arduino/Genuino Zero, MKR family and Nano 33 IoT
8-
* MAX08357:
8+
* MAX98357:
99
* GND connected GND
1010
* VIN connected 5V
1111
* LRC connected to pin 0 (Zero) or 3 (MKR) or A2 (Nano)

0 commit comments

Comments
 (0)