Arduino/libraries/SD/library.properties

10 lines
441 B
Properties
Raw Normal View History

name=SD
version=1.0.0
2015-02-25 02:20:40 -08:00
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards.
2013-06-27 10:15:53 -07:00
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.
2014-08-29 06:16:19 -07:00
category=Data Storage
url=http://arduino.cc/en/Reference/SD
2013-06-27 10:15:53 -07:00
architectures=*