Skip to content

Commit

Permalink
Update README.adoc and library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJoey committed Jul 19, 2024
1 parent dc6ef92 commit 5c72855
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.adoc
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}
10 changes: 5 additions & 5 deletions library.properties
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=*

0 comments on commit 5c72855

Please sign in to comment.