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.cpp
- Revision:
- 6:c11cb6709b8b
- Parent:
- 2:5c70c0334ed0
- Child:
- 7:9d6961dcb7bb
- Child:
- 8:6af25b9563df
--- a/Memory.cpp Thu Jun 23 22:31:29 2016 +0000
+++ b/Memory.cpp Thu Dec 22 22:16:11 2016 +0000
@@ -135,6 +135,8 @@
}
my_spi.write(buffer[i]); //Write the calue of the buffer to memory
+ //printf("%i%i%i%i%i%i%i%i",sixtyBytes[i]>>7&&1,buffer[i]>>6&&1,buffer[i]>>5&&1,buffer[i]>>4&&1,buffer[i]>>3&&1,buffer[i]>>2&&1,buffer[i]>>1&&1,buffer[i]&&1);
+
wait_us(5);
address=address++; //Increment address
}