1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/libraries/Audio/library.properties

11 lines
409 B
Properties
Raw Normal View History

2013-06-27 19:15:53 +02:00
name=Audio
author=cmaglie
email=Cristian Maglie <c.maglie@bug.st>
2013-08-08 16:40:55 +02:00
sentence=Play audio files through the DAC outputs of the Arduino Due.
2013-06-27 19:15:53 +02:00
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
url=http://arduino.cc/en/Reference/Audio
architectures=sam
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)