diff --git a/README.adoc b/README.adoc index ab370cb..69451a0 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ -:repository-owner: arduino-libraries -:repository-name: SD +:repository-owner: ADLINK +:repository-name: SD-samd5x = {repository-name} Library for Arduino = @@ -7,7 +7,7 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"] image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"] -The SD library allows for reading from and writing to SD cards. +The SD-samd5x library allows for reading from and writing to SD cards using the SDHC peripheral on samd5x chips. It aims to follow the API of the original SD library as closely as possible. For more information about this library please visit us at http://www.arduino.cc/en/Reference/{repository-name} diff --git a/library.properties b/library.properties index 9e6d791..053bab2 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=SD +name=SD-samd5x version=1.3.0 -author=Arduino, SparkFun -maintainer=Arduino -sentence=Enables reading and writing on SD cards. -paragraph=Once an SD memory card is connected to the SPI interface of the Arduino board you can create files and read/write on them. You can also move through directories on the SD card. +author=Arduino, SparkFun, ADLINK +maintainer=ADLINK Technology Inc. +sentence=Enables reading and writing on SD cards using the SDHC peripheral. +paragraph=Once an SD memory card is connected to the SDHC interface of the SAMD5x 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=*