Skip to content

Commit

Permalink
Correct MAX98357 part number in I2S library example
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored Jan 16, 2022
1 parent 104f07f commit dfc43c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/I2S/examples/SimpleTone/SimpleTone.ino
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit dfc43c2

Please sign in to comment.