From dfc43c2a0e2d2e6b0510b0a02c6c9e6aad8fc377 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 15 Jan 2022 16:22:52 -0800 Subject: [PATCH] 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 --- libraries/I2S/examples/SimpleTone/SimpleTone.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/I2S/examples/SimpleTone/SimpleTone.ino b/libraries/I2S/examples/SimpleTone/SimpleTone.ino index de67ed984..21394f3a2 100644 --- a/libraries/I2S/examples/SimpleTone/SimpleTone.ino +++ b/libraries/I2S/examples/SimpleTone/SimpleTone.ino @@ -1,11 +1,11 @@ /* This example generates a square wave based tone at a specified frequency and sample rate. Then outputs the data using the I2S interface to a - MAX08357 I2S Amp Breakout board. + MAX98357 I2S Amp Breakout board. Circuit: * Arduino/Genuino Zero, MKR family and Nano 33 IoT - * MAX08357: + * MAX98357: * GND connected GND * VIN connected 5V * LRC connected to pin 0 (Zero) or 3 (MKR) or A2 (Nano)