Browse Source

Mention 72 MHz issue in AudioInputAnalog docs

dds
PaulStoffregen 9 years ago
parent
commit
aeb15ca042
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      gui/index.html

+ 4
- 0
gui/index.html View File

moment, analogRead() can end up waiting forever, which effectively moment, analogRead() can end up waiting forever, which effectively
crashes your program. crashes your program.
</p> </p>
<p>AudioInputAnalog has a
<a href="https://github.com/PaulStoffregen/Audio/issues/96">known bug</a>
at 72 MHz. Use 48 or 96 MHz clock speed (Tools &gt; CPU Speed menu).
</p>
<p>A different pin may be used, but adding it as an parameter <p>A different pin may be used, but adding it as an parameter
to the AudioInputAnalog object definition. to the AudioInputAnalog object definition.
</p> </p>

Loading…
Cancel
Save