1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15: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-03-08 15:21:40 +01:00
version=1.0.8
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=*