Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Memory.h
- 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: