瀏覽代碼

Add links to Recorder example

dds
PaulStoffregen 6 年之前
父節點
當前提交
bf6de96083
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      examples/Recorder/Recorder.ino

+ 5
- 0
examples/Recorder/Recorder.ino 查看文件

@@ -33,6 +33,11 @@ AudioControlSGTL5000 sgtl5000_1; //xy=265,212
// For a stereo recording version, see this forum thread:
// https://forum.pjrc.com/threads/46150?p=158388&viewfull=1#post158388

// A much more advanced sound recording and data logging project:
// https://github.com/WMXZ-EU/microSoundRecorder
// https://github.com/WMXZ-EU/microSoundRecorder/wiki/Hardware-setup
// https://forum.pjrc.com/threads/52175?p=185386&viewfull=1#post185386

// Bounce objects to easily and reliably read the buttons
Bounce buttonRecord = Bounce(0, 8);
Bounce buttonStop = Bounce(1, 8); // 8 = 8 ms debounce time

Loading…
取消
儲存