Arduino/libraries/SD/library.properties

10 lines
413 B
Properties
Raw Normal View History

2015-04-23 04:01:30 -07:00
name=SD
2016-03-08 06:21:40 -08:00
version=1.0.8
2015-04-23 04:01:30 -07:00
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
2016-03-01 07:09:50 -08:00
sentence=Enables reading and writing on SD cards.
2016-03-03 12:35:11 -08: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 04:01:30 -07:00
category=Data Storage
url=http://www.arduino.cc/en/Reference/SD
2015-04-23 04:01:30 -07:00
architectures=*