Basic

Dependencies:   MQTT

Revision:
2:e90526c0bcbe
Child:
3:cb954c31709f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LPG_FlashIAP/LPG_FlashIAP.h	Tue Apr 23 03:42:26 2019 +0000
@@ -0,0 +1,7 @@
+#include <mbed.h>
+#include <FlashIAP.h>
+
+void LPG_FlashIAP_InitIAP(void);
+void LPG_FlashIAP_ReadFromFlash(char* buffer);
+void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr);
+