SPI Flash AT45DBXXXD

Fork of at45db161d by Suga koubou

Revision:
8:1ec3997fe258
Parent:
7:2f9d8b47704f
--- a/at45db161d.h	Fri Mar 06 15:47:44 2015 +0800
+++ b/at45db161d.h	Fri Mar 06 19:54:06 2015 +0800
@@ -69,9 +69,9 @@
          **/
         void ContinuousArrayRead(uint16_t page, uint16_t offset, uint8_t low);
 
-        void read(uint16_t addr, void *buf, uint16_t len);
+        void readBuffer(uint16_t addr, void *buf, uint16_t len);
 
-        void write(uint16_t addr, void *buf, uint16_t len);
+        void writeBuffer(uint16_t addr, void *buf, uint16_t len);
 
         /** 
          * Read the content of one of the SRAM data buffers (in low or high speed mode).