Davi Cussan / Mbed 2 deprecated pc052c_configurator_original

Dependencies:   mbed

Revision:
8:2196f2f75947
Parent:
6:4d64960c7908
Child:
9:81e2caa80fdf
--- a/spi_functions.cpp	Fri Mar 15 14:16:53 2019 +0000
+++ b/spi_functions.cpp	Fri Jun 28 14:43:03 2019 +0000
@@ -56,7 +56,7 @@
     wait(0.0001); // wait 100us for select line to go fully high. 
     sync = 1;
 
-    wait (0.5);
+    wait (0.05); // changed from 0.5 , DGC, May 2019
     return 0;    
 }