Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 4:9ac3c5c3a4c6, committed 2021-09-08
- Comitter:
- ouoam
- Date:
- Wed Sep 08 05:35:11 2021 +0000
- Parent:
- 3:be69a9f6f738
- Commit message:
- Change size calculate
Changed in this revision
| Ser25lcxxx.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Ser25lcxxx.cpp Fri Jul 17 09:47:32 2015 +0000
+++ b/Ser25lcxxx.cpp Wed Sep 08 05:35:11 2021 +0000
@@ -32,7 +32,7 @@
spi(si, so, sck), cs(enable) {
spi.format(8,3);
spi.frequency(EEPROM_SPI_SPEED);
- size = pagesize*pagesize;
+ size = pagesize*pagenumber;
pageSize = pagesize;
pageNumber = pagenumber;
cs.write(1);