SPI library used to communicate with an altera development board attached to four zigbee-header pins.

Revision:
10:8c0b8722cfcb
Parent:
9:0551307e3b15
--- a/mmSPI.cpp	Sat Aug 17 18:50:54 2013 +0000
+++ b/mmSPI.cpp	Sat Aug 17 20:33:44 2013 +0000
@@ -82,9 +82,9 @@
       while (1)
       {
         *pCPUclk = 1;
-        wait(1.0);
+        wait(5.0);
         *pCPUclk = 0;
-        wait(1.0);
+        wait(5.0);
       }
     }
 //----------------------------------------------//------------------------------