Initial Fork

Dependents:   eBot_Firmware_V1

Fork of SWSPI by Dave Van Wagner

Revision:
1:50294edaa3d2
Parent:
0:6a500a08c7fd
--- a/SWSPI.cpp	Tue Feb 04 06:54:01 2014 +0000
+++ b/SWSPI.cpp	Sun Oct 05 12:22:32 2014 +0000
@@ -68,7 +68,7 @@
 
         sclk->write(!polarity);
 
-        wait(1.0/freq/2);
+        //wait(1.0/freq/2);
 
         if (phase == 1)
         {
@@ -78,7 +78,7 @@
 
         sclk->write(polarity);
 
-        wait(1.0/freq/2);
+        //wait(1.0/freq/2);
     }
     
     return read;