Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit af7165f

Browse files
committed
modified README.adoc and library.properties
1 parent 006c952 commit af7165f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

libraries/Audio/README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
The Audio library enables an Arduino OTTO board to play back .wav files from a storage device like an SD card. It is an adaptation of library supported on DUE board.
44

5-
For more information about this library please visit us at
5+
For more information about this library for DUE and OTTO common methods, please visit us at
66
http://arduino.cc/en/Reference/Audio
7+
for Otto specific implementation please visit
8+
http://arduino.org/en/Reference/Audio
79

810
== License ==
911

libraries/Audio/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Audio
22
version=1.0
33
author=Arduino
4-
maintainer=Arduino <info@arduino.cc>
5-
sentence=Allows playing audio files from an SD card. Adapted from Arduino DUE to OTTO.
4+
maintainer=Arduino <info@arduino.org>
5+
sentence=Allows playing audio files from an SD card. Adapted from Arduino DUE to OTTO. Use some Processing Methods To have more flexibility.
66
paragraph=With this library you can use the Arduino OTTO CODEC output to play audio files.<br />The audio files must be in the raw .wav format.
77
category=Signal Input/Output
88
url=http://arduino.cc/en/Reference/Audio

0 commit comments

Comments
 (0)