Basic

Dependencies:   MQTT

Committer:
lwtroach
Date:
Wed Apr 24 05:03:00 2019 +0000
Branch:
Flash_Exam
Revision:
7:e556528beeba
Parent:
LPG_FlashIAP_Processing/LPG_FlashIAP_Processing.h@6:86eea1bcf499
Child:
9:4731ae675a01
Recover to this version, because I don't know why the erase in IAP doesn't work. But it seems fine when I was programming in the morning.

Who changed what in which revision?

UserRevisionLine numberNew 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 3:cb954c31709f 5 void LPG_FlashIAP_ReadFromFlash(char* buffer,uint32_t addr);
lwtroach 7:e556528beeba 6 void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr,RawSerial DebugPort);
lwtroach 2:e90526c0bcbe 7