Browse Source

Add comment to WM8731MikroSine example, for alternate wiring

dds
PaulStoffregen 5 years ago
parent
commit
475e670e76
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      examples/HardwareTesting/WM8731MikroSine/WM8731MikroSine.ino

+ 3
- 0
examples/HardwareTesting/WM8731MikroSine/WM8731MikroSine.ino View File

@@ -23,6 +23,9 @@
// 3.3V +3.3V
// GND GND
//
// For connection using I2S master mode (WM8731 in slave mode, with MCLK):
// https://forum.pjrc.com/threads/53854?p=198733&viewfull=1#post198733
//
// This example code is in the public domain.

#include <Audio.h>

Loading…
Cancel
Save