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

Revision:
12:a1b7ce9c1d64
Parent:
9:0551307e3b15
Child:
15:d6cc57c4e23d
--- a/mmSPI.h	Sat Aug 17 22:05:33 2013 +0000
+++ b/mmSPI.h	Sat Aug 17 23:13:12 2013 +0000
@@ -42,8 +42,8 @@
       DigitalOut * pCPUclk;                     // soft cpu clock.
       float        fSPIfreq;                    // SPI clock   frequency.
       float        fSPIquarterP;                // SPI quarter period.
-      char         cLoop01;                     // loop index.
-      char         cLoop02;                     // loop index.
+      int          dLoop01;                     // loop index.
+      int          dLoop02;                     // loop index.