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.
Dependents: AT45DB161D SPIFLASH_AT45DB n-bed_AT45DB161E AT45DB161D
Revision 1:b379e16fdf6f, committed 2011-09-15
- Comitter:
- okini3939
- Date:
- Thu Sep 15 15:09:56 2011 +0000
- Parent:
- 0:2e953bbaf3a5
- Commit message:
- SPI Flash memory
AT45DB081D, AT45DB161D, AT45DB321D
Changed in this revision
| at45db161d.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2e953bbaf3a5 -r b379e16fdf6f at45db161d.cpp
--- a/at45db161d.cpp Sun Sep 11 06:12:15 2011 +0000
+++ b/at45db161d.cpp Thu Sep 15 15:09:56 2011 +0000
@@ -42,7 +42,6 @@
/* Setup SPI */
// SPCR = (1 << SPE) | (1 << MSTR) | (1 << CPOL) | (1 << CPHA);
_spi.format(8, 0);
- _spi.frequency(1000000);
/* Cleanup registers */
// clr = SPSR;