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:
30:331c7c7d8bc1
Parent:
25:5bb59ae7b814
Child:
31:ea7b25e494b5
--- a/mmSPI.h	Sun Aug 25 06:05:30 2013 +0000
+++ b/mmSPI.h	Sun Aug 25 06:30:47 2013 +0000
@@ -40,6 +40,8 @@
         void         write_memory(char cHData, char cLdata, char cAddress);
         unsigned int read_memory (char cAddress);
         
+        void step();                            // step the CPU.
+        
         void clear_transmit_vector();           // fill with 0.
         
       private: