This is an involuntary fork, created because the repository would not update mmSPI. SPI library used to communicate with an altera development board attached to four zigbee-header pins.

Dependents:   Embedded_RTOS_Project

Fork of mmSPI by Mike Moore

Revision:
31:ea7b25e494b5
Parent:
30:331c7c7d8bc1
Child:
32:5a5d9525c6c4
--- a/mmSPI.h	Sun Aug 25 06:30:47 2013 +0000
+++ b/mmSPI.h	Sun Aug 25 20:12:32 2013 +0000
@@ -31,7 +31,8 @@
         void setReceiveBuffer(char * pcReceiveBuffer);
         void setNumberOfBytes(int    dNumberOfBytes);
 
-        void transceive_vector();               // SPI transceive loop.
+                                                // SPI transceive loop.
+        void transceive_vector(char cPreCPU, char cPreSPI, char cScan, char cPostCPU);
         
                                                 // write/read CPU registers.     
         void write_register(char cRegister, char cValue);