Basic

Dependencies:   MQTT

LPG_FlashIAP/LPG_FlashIAP.h

Committer:
lwtroach
Date:
2019-04-24
Branch:
Flash_Exam
Revision:
7:e556528beeba
Parent:
LPG_FlashIAP_Processing/LPG_FlashIAP_Processing.h@ 6:86eea1bcf499
Child:
9:4731ae675a01

File content as of revision 7:e556528beeba:

#include <mbed.h>
#include <FlashIAP.h>

void LPG_FlashIAP_InitIAP(void);
void LPG_FlashIAP_ReadFromFlash(char* buffer,uint32_t addr);
void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr,RawSerial DebugPort);