Bladeren bron

Update documentation with links to Sparkfun's blog

dds
PaulStoffregen 8 jaren geleden
bovenliggende
commit
5a27a29a4f
1 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. +5
    -3
      gui/index.html

+ 5
- 3
gui/index.html Bestand weergeven

@@ -482,8 +482,8 @@ span.mainfunction {color: #993300; font-weight: bolder}
<p>This object has no functions to call from the Arduino sketch. It
simply streams data from the I2S hardware to its 4 output ports.</p>
<h3>Hardware</h3>
<p>TODO: add detailed documentation about connecting 2 audio shields,
including the wire needed from pin 30 to the 2nd audio shield</p>
<p>See this Sparkfun blog for <a href="https://www.sparkfun.com/news/2055" target="_blank">how
to connect two audio adaptors for 4 channel audio</a>.
<p>The I2S signals are used in "master" mode, where Teensy creates
all 3 clock signals and controls all data timing.</p>
<table class=doc align=center cellpadding=3>
@@ -680,7 +680,9 @@ span.mainfunction {color: #993300; font-weight: bolder}
<p>This object has no functions to call from the Arduino sketch. It
simply streams data from its 4 input ports to the I2S hardware.</p>
<h3>Hardware</h3>
<p>TODO: <a href="https://forum.pjrc.com/threads/29373-Bit-bang-multiple-I2S-inputs-simultaneously?p=79606#post79606" target="_blank">details</a> for how to connect 2 Teensy audio shields</p>
<p>See this Sparkfun blog for <a href="https://www.sparkfun.com/news/2055" target="_blank">how
to connect two audio adaptors for 4 channel audio</a>. More
<a href="https://forum.pjrc.com/threads/29373-Bit-bang-multiple-I2S-inputs-simultaneously?p=79606#post79606" target="_blank">details</a> are also available.
<p>The I2S signals are used in "master" mode, where Teensy creates
all 3 clock signals and controls all data timing.</p>
<table class=doc align=center cellpadding=3>

Laden…
Annuleren
Opslaan