n-Blocks-HALL / RM25C512C-L_driver
Revision:
9:5aa71e248abf
Parent:
8:d71c8068ace2
diff -r d71c8068ace2 -r 5aa71e248abf rm25c512cl.cpp
--- a/rm25c512cl.cpp	Tue Sep 18 12:54:50 2018 +0000
+++ b/rm25c512cl.cpp	Tue Sep 25 15:09:52 2018 +0000
@@ -504,8 +504,8 @@
 * @details  Resumes from low power state.
 * @param    NA
 * @return   NA
-* @warning  A delay of 75us is implemented here to allow device to resume properly.
-*           before any reads and writes can be performed.
+* @warning  A delay of 75us is required after calling this function before any 
+*           reads or writes, P21 datasheet.
 * 
 */
 
@@ -525,9 +525,7 @@
     _cs = HIGH;
     
     _spi.unlock();
-    
-    wait_us(75); // required after power down resume before reads or writes P21 datasheet
-    
+       
     
 }