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

Revision:
0:fb42c5acf810
Child:
1:15706d15d123
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmSPI.cpp	Wed Aug 14 05:34:26 2013 +0000
@@ -0,0 +1,20 @@
+/*----------------------------------------------//------------------------------
+    student   : m-moore
+    class     : external SPI interface
+    directory : mmSPI
+    file      : mmSPI.cpp
+------------------------------------------------//----------------------------*/
+    #include "mmSPI.h"
+/*----------------------------------------------//------------------------------
+------------------------------------------------//----------------------------*/
+//==============================================//==============================
+    mmSPI::mmSPI()                              // constructor.
+    {
+
+    }
+//----------------------------------------------//------------------------------    
+    mmSPI::~mmSPI()                             // destructor.
+    {
+
+    }  
+//----------------------------------------------//------------------------------