Signed-off-by: Simon Van Mello <90702729+SimonVanMello@users.noreply.github.com>
This commit is contained in:
Simon Van Mello 2023-08-25 23:20:55 +02:00 committed by GitHub
commit 923be3f54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ developers have done a great job and gave us commands. What we need to
know is that with the T5577, data is read/written one complete block at a
time. Each block holds 32 bits of data (hence the binary output shown)
Since we know that the card has data and configuration blocks, lets say
Since we know that the card has data and configuration blocks, lets stay
away from those while we learn how to read and write. I suggest you
follow along and perform each command and check the results as we go.