SPI Flash AT45DBXXXD

Fork of at45db161d by Suga koubou

Revision:
4:943690efda8b
Parent:
3:82157896d90d
Child:
5:ef7247c6f073
diff -r 82157896d90d -r 943690efda8b at45db161d.h
--- a/at45db161d.h	Thu Mar 05 18:07:15 2015 +0800
+++ b/at45db161d.h	Fri Mar 06 09:03:45 2015 +0800
@@ -188,9 +188,9 @@
         void ContinuousArrayRead(uint16_t page, uint16_t offset, uint8_t low);
 
 
-        void read(int addr, char *buf, int len) ;
+        void read(uint16_t addr, void *buf, uint16_t len) ;
 
-        void write(int addr, char *buf, int len) ;
+        void write(uint16_t addr, void *buf, uint16_t len) ;
 
         /** 
          * Read the content of one of the SRAM data buffers (in low or high speed mode).