arduino stuffs
Diffstat (limited to 'libraries/SD/library.properties')
-rw-r--r--libraries/SD/library.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties
new file mode 100644
index 0000000..60e8859
--- /dev/null
+++ b/libraries/SD/library.properties
@@ -0,0 +1,9 @@
+name=SD
+version=1.2.4
+author=Arduino, SparkFun
+maintainer=Arduino <[email protected]>
+sentence=Enables reading and writing on SD cards.
+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.
+category=Data Storage
+url=http://www.arduino.cc/en/Reference/SD
+architectures=*