-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.adoc and library.properties
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
:repository-owner: arduino-libraries | ||
:repository-name: SD | ||
:repository-owner: ADLINK | ||
:repository-name: SD-samd5x | ||
|
||
= {repository-name} Library for Arduino = | ||
|
||
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml/badge.svg["Check Arduino status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml"] | ||
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=SD | ||
name=SD-samd5x | ||
version=1.3.0 | ||
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 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. <[email protected]> | ||
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=* |