1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/libraries/SD/library.properties

10 lines
413 B
Properties
Raw Normal View History

2015-04-23 13:01:30 +02:00
name=SD
2016-01-27 14:50:16 +01:00
version=1.0.7
2015-04-23 13:01:30 +02:00
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
2016-03-01 16:09:50 +01:00
sentence=Enables reading and writing on SD cards.
2016-03-03 21:35:11 +01:00
paragraph=Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.
2015-04-23 13:01:30 +02:00
category=Data Storage
url=http://www.arduino.cc/en/Reference/SD
2015-04-23 13:01:30 +02:00
architectures=*