Forked library from okini3939/at45db161d
Fork of at45db161d by
Revision 3:c2cd805585ef, committed 2015-10-01
- Comitter:
- k4zuki
- Date:
- Thu Oct 01 08:39:46 2015 +0000
- Parent:
- 2:111e8cf6f263
- Commit message:
- additional constructor
Changed in this revision
at45db161d.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 111e8cf6f263 -r c2cd805585ef at45db161d.h --- a/at45db161d.h Sat Sep 19 10:15:44 2015 +0000 +++ b/at45db161d.h Thu Oct 01 08:39:46 2015 +0000 @@ -147,7 +147,10 @@ public: /** CTOR **/ ATD45DB161D(PinName mosi, PinName miso, PinName sclk, PinName cs); + + /** CTOR using pointer to SWSPI instance **/ ATD45DB161D(SWSPI &spi, PinName cs); + /** DTOR **/ ~ATD45DB161D();