SPI driver for M25P* flash devices.

Dependents:   flash-fs-example Dragonfly_Filesystem_Example Dragonfly_Low_Power_Example STM32F407VET6_SPIFlash ... more

Revision:
4:751745dd637f
Parent:
3:b173ba8ad165
Child:
5:31c110c2536c
--- a/SpiFlash25.h	Mon Dec 15 16:35:47 2014 -0600
+++ b/SpiFlash25.h	Mon Jun 08 15:52:34 2015 -0500
@@ -48,6 +48,9 @@
         void clear_sector(int addr);
         void clear_mem();
 
+        void deep_power_down();
+        void wakeup();
+
     private:
         enum {
             WRITE_ENABLE                = 0x06,