Flash handler for M25P* chips with no Device ID.

Dependencies:   RTOS_SPI_Clean

Fork of flash25spi by Klaus Steinhammer

Revision:
6:94558d4243f8
Parent:
5:3fe5c97a223b
Child:
8:7b09546cb412
--- a/flash25spi.h	Fri Apr 25 12:49:48 2014 +0000
+++ b/flash25spi.h	Sat Apr 26 11:52:28 2014 +0000
@@ -44,7 +44,7 @@
         Create the flash interface class.
         It will autodetect the Signature of your device. If your device is not recognized, add the devices parameters to the device data structure.
         @param spi the SPI port where the flash is connected. Must be set to speed matching your device.
-        Will automatically set it to format(8,0).
+        Will automatically set it to format(8,3).
         @param enable the pin name for the port where /CS is connected
     */
     FlashM25PSpi(SPI *spi, PinName enable);