Driver for AT25SF041 SPI Flash Memory, just basic operations

Files at this revision

API Documentation at this revision

Comitter:
tpadovani
Date:
Thu Sep 17 19:53:27 2015 +0000
Parent:
0:9225e2aef6b3
Commit message:
Credits header

Changed in this revision

at25sf041.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/at25sf041.cpp	Thu Sep 17 19:46:19 2015 +0000
+++ b/at25sf041.cpp	Thu Sep 17 19:53:27 2015 +0000
@@ -1,3 +1,16 @@
+/**
+ * AT45DB161D module for arduino (C) Vincent
+ *   SPI flash memory
+ *   http://blog.blockos.org/?p=27
+ *
+ * bug fix by todotani
+ *   http://todotani.cocolog-nifty.com/blog/2009/07/arduino-4cf4.html
+ *
+ * Modified for mbed, 2011 Suga.
+ *
+ * Adapted for AT25SF041 SPI flash memory, 2015 tpadovani.
+ */
+
 #include "at25sf041.h"
 
 /** CTOR **/