Sonder Design Team / Memory
Revision:
3:339efdc5134f
Parent:
1:9d8c932d26ae
Child:
10:96b5e7dcc91f
--- a/Memory.h	Thu May 05 02:54:11 2016 +0000
+++ b/Memory.h	Wed Feb 08 22:23:02 2017 +0000
@@ -15,6 +15,7 @@
     void sectorErase(SPI my_spi, long Address);
     void blockErase(SPI my_spi, int Address);
     int writeData(SPI my_spi, char buffer[], int address, int length);
+    int arrangeData(SPI my_spi, int Address, int AddressNew, int length);
   
 
 private: