Forked library from okini3939/at45db161d

Fork of at45db161d by Suga koubou

Files at this revision

API Documentation at this revision

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
--- 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();