Преглед изворни кода

Mention analogRead issue in AudioInputAnalog docs

dds
PaulStoffregen пре 8 година
родитељ
комит
6c65d6f27a
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      gui/index.html

+ 5
- 0
gui/index.html Прегледај датотеку

@@ -542,6 +542,11 @@ span.mainfunction {color: #993300; font-weight: bolder}
<p class=exam>File &gt; Examples &gt; OctoWS2811 &gt; SpectrumAnalyzer
</p>
<h3>Notes</h3>
<p><b>analogRead() must not be used</b>, because AudioInputAnalog is regularly
accessing the ADC hardware. If both access the hardware at the same
moment, analogRead() can end up waiting forever, which effectively
crashes your program.
</p>
<p>A different pin may be used, but adding it as an parameter
to the AudioInputAnalog object definition.
</p>

Loading…
Откажи
Сачувај