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.
Dependencies: mbed SDFileSystem
Revision 3:46c0511e25af, committed 2020-02-09
- Comitter:
- pathae
- Date:
- Sun Feb 09 09:56:51 2020 +0000
- Parent:
- 2:68c9ff91504c
- Child:
- 4:a73ad3555745
- Commit message:
- Test_eeprom F103RB
Changed in this revision
eeprom_flash.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/eeprom_flash.cpp Mon Feb 04 15:06:07 2019 +0000 +++ b/eeprom_flash.cpp Sun Feb 09 09:56:51 2020 +0000 @@ -70,7 +70,6 @@ wait(0.5); } pc.printf ("valeur lue: %d\n\r",lecture); - lecture=readEEPROMHalfWord(adresse+2); pc.printf ("valeur lue: %d\n\r",lecture); lecture=readEEPROMHalfWord(adresse+4);