Encapsulates access to the Cypress CY14B101P nvSRAM module.
Revision 6:8f49807a75c7, committed 2011-08-27
- Comitter:
- jeffcraighead
- Date:
- Sat Aug 27 15:33:57 2011 +0000
- Parent:
- 5:e2cee2a0014b
- Commit message:
Changed in this revision
CY14B101P.cpp | Show annotated file Show diff for this revision Revisions of this file |
CY14B101P.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e2cee2a0014b -r 8f49807a75c7 CY14B101P.cpp --- a/CY14B101P.cpp Sat Aug 27 15:31:23 2011 +0000 +++ b/CY14B101P.cpp Sat Aug 27 15:33:57 2011 +0000 @@ -64,8 +64,6 @@ chipSel_=1; } -NVSRAM::NVSRAM(){ -} void NVSRAM::init(){ writeStatusRegister(0x00);
diff -r e2cee2a0014b -r 8f49807a75c7 CY14B101P.h --- a/CY14B101P.h Sat Aug 27 15:31:23 2011 +0000 +++ b/CY14B101P.h Sat Aug 27 15:33:57 2011 +0000 @@ -119,9 +119,6 @@ */ NVSRAM(PinName mosi, PinName miso, PinName sclk, PinName csel, int spifrequency); - /**Default Constructor - */ - NVSRAM(); /**Initialize the nvRAM status register allowing writes across the entire memory range. *