Kaynağa Gözat

Document analogReference in PlayFromSketch example

dds
PaulStoffregen 11 yıl önce
ebeveyn
işleme
759a8e2439
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      examples/PlayFromSketch/PlayFromSketch.ino

+ 5
- 0
examples/PlayFromSketch/PlayFromSketch.ino Dosyayı Görüntüle

@@ -70,6 +70,11 @@ void setup() {
audioShield.enable();
audioShield.volume(50);

// by default the Teensy 3.1 DAC uses 3.3Vp-p output
// if your 3.3V power has noise, switching to the
// internal 1.2V reference can give you a clean signal
//dac.analogReference(INTERNAL);

// reduce the gain on mixer channels, so more than 1
// sound can play simultaneously without clipping
mix1.gain(0, 0.4);

Yükleniyor…
İptal
Kaydet