Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The AudioZero library enables an Arduino SAMD Board (e.g., https://store.arduino.cc/catalogsearch/result/?q=mkr[MKR boards], https://store.arduino.cc/arduino-nano-33-iot[Nano 33 IoT], https://store.arduino.cc/arduino-zero[Zero]) to play back .wav files from a storage device like an SD card to the `DAC0`/`A0` pin.
For more information about this library please visit us at
http://arduino.cc/en/Reference/AudioZero
https://www.arduino.cc/en/Reference/AudioZero

== License ==

Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleAudioPlayerZero/SimpleAudioPlayerZero.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

This example code is in the public domain

http://arduino.cc/en/Tutorial/SimpleAudioPlayerZero
https://www.arduino.cc/en/Tutorial/SimpleAudioPlayerZero

*/

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
sentence=Allows playing audio files from an SD card. For Arduino Zero, MKRZero and MKR1000 only.
paragraph=With this library you can use the Arduino Zero ort MKR1000 DAC output (A0) to play audio files.<br />The audio files must be in the raw .wav format.
category=Signal Input/Output
url=http://arduino.cc/en/Reference/Audio
url=https://www.arduino.cc/en/Reference/Audio
architectures=samd