You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say we have an LED that is controlled on pin 10 of Arduino Nano, and the speaker is connected to pin 11 as the library states.
When the startPlayback() fires, it plays the sound without issue, but then the LED stops turning on.
If anything is writing to the PWM-capable pin, the sound playback immediately stops.
This potentially is due to the fact that the PWM timer is disabled when the playback stops, from my cursory overview.
The text was updated successfully, but these errors were encountered:
Let's say we have an LED that is controlled on pin 10 of Arduino Nano, and the speaker is connected to pin 11 as the library states.
When the startPlayback() fires, it plays the sound without issue, but then the LED stops turning on.
If anything is writing to the PWM-capable pin, the sound playback immediately stops.
This potentially is due to the fact that the PWM timer is disabled when the playback stops, from my cursory overview.
The text was updated successfully, but these errors were encountered: