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

Revision:
34:d5553509f31a
Parent:
32:5a5d9525c6c4
Child:
35:6152c9709697
--- a/mmSPI.h	Mon Aug 26 22:39:44 2013 +0000
+++ b/mmSPI.h	Sat Aug 31 02:19:42 2013 +0000
@@ -38,6 +38,7 @@
         
                                                 // write/read CPU registers.     
         void          write_register(char cRegister, char cValue);
+        void          write_IR(char cValueH, char cValueL);
         char          read_register (char cRegister);
         
                                                 // write/read CPU main-memory.