Driver for AT25SF041 SPI Flash Memory, just basic operations
Revision 1:e6ad2967ec95, committed 2015-09-17
- 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 |
diff -r 9225e2aef6b3 -r e6ad2967ec95 at25sf041.cpp --- 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 **/