
Test eeprom F103RB
Revision 3:46c0511e25af, committed 2020-02-09
- Comitter:
- pathae
- Date:
- Sun Feb 09 09:56:51 2020 +0000
- Parent:
- 2:68c9ff91504c
- 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);