Simple read/write API for the W25X40BV SPI Flash IC wiki: http://mbed.org/cookbook/W25X40BV
History
now a derived class of SPI from \"mbedh.h\" (can access SPI\s public member functions; more flexible);
2012-03-26, by jyam [Mon, 26 Mar 2012 04:30:32 +0000] rev 3
now a derived class of SPI from \"mbedh.h\" (can access SPI\s public member functions; more flexible);
modified W25X40BV API read() to readStream() and write() to writeStream() to avoid overwriting SPI\s write() function (and it is now a more descriptive function name)
fix spelling error
2012-03-19, by jyam [Mon, 19 Mar 2012 15:05:56 +0000] rev 2
fix spelling error
added sequential read and write
2012-03-19, by jyam [Mon, 19 Mar 2012 14:55:24 +0000] rev 1
added sequential read and write
initial publish
2012-03-19, by jyam [Mon, 19 Mar 2012 10:20:37 +0000] rev 0
initial publish