Skip to content

Commit f8dbf83

Browse files
authored
Merge pull request #19 from omip/patch-1
Update ex_02_Memory_Read_Write.md
2 parents 0e65918 + 794f411 commit f8dbf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docs/ex_02_Memory_Read_Write.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A more complex example showing how to read and write the tag's EEPROM memory usi
1212

1313
## Tag Memory
1414

15-
The ST25DV64KC has 64-kBits of EEPROM user memory. That's 8-kBytes or 8102 Bytes. We can use all of that memory to store data.
15+
The ST25DV64KC has 64-kBits of EEPROM user memory. That's 8-kBytes or 8192 Bytes. We can use all of that memory to store data.
1616

1717
The ST25DV tags are "dynamic". The memory can be read and written to using both I<sup>2</sup>C and RF (NFC). For I<sup>2</sup>C, the tag needs to be powered up via your Arduino board.
1818
But for RF, the tag memory can be read and written to even when the tag is powered off. The RF field provides the power.

0 commit comments

Comments
 (0)