Basic

Dependencies:   MQTT

Branch:
Flash_Exam
Revision:
7:e556528beeba
Parent:
6:86eea1bcf499
Child:
9:4731ae675a01
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LPG_FlashIAP/LPG_FlashIAP.h	Wed Apr 24 05:03:00 2019 +0000
@@ -0,0 +1,7 @@
+#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);
+