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.
LPG_FlashIAP/LPG_FlashIAP.h@2:e90526c0bcbe, 2019-04-23 (annotated)
- Committer:
- lwtroach
- Date:
- Tue Apr 23 03:42:26 2019 +0000
- Revision:
- 2:e90526c0bcbe
- Child:
- 3:cb954c31709f
Flash readable
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lwtroach | 2:e90526c0bcbe | 1 | #include <mbed.h> |
lwtroach | 2:e90526c0bcbe | 2 | #include <FlashIAP.h> |
lwtroach | 2:e90526c0bcbe | 3 | |
lwtroach | 2:e90526c0bcbe | 4 | void LPG_FlashIAP_InitIAP(void); |
lwtroach | 2:e90526c0bcbe | 5 | void LPG_FlashIAP_ReadFromFlash(char* buffer); |
lwtroach | 2:e90526c0bcbe | 6 | void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr); |
lwtroach | 2:e90526c0bcbe | 7 |