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: main.cpp
- Revision:
- 1:335226bb4a9a
- Parent:
- 0:937ac9b5da23
--- a/main.cpp Tue Mar 18 16:33:22 2014 +0000
+++ b/main.cpp Tue Mar 18 17:20:38 2014 +0000
@@ -27,7 +27,7 @@
char buf[256];
printf("RAM write\r\n");
- SRAM23LCV1024 sram(spi, P0_2);
+ SRAM23LCV1024 sram(spi, P0_2); // p8 for LPC1769
printf("RAM mode: %d\n", sram.getReadMode());