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:
18:4a29cad91540
Parent:
17:b81c0c1f312f
Child:
21:e90dd0f8aaa1
--- a/mmSPI.h	Mon Aug 19 18:26:39 2013 +0000
+++ b/mmSPI.h	Mon Aug 19 20:45:29 2013 +0000
@@ -46,6 +46,8 @@
         void write_register(char, char, char *, char *);
         char read_register(char, char *, char *);
         void write_pulse(char *, char *);
+        void write_memory(char, char, char, char *, char *);
+        unsigned int read_memory(char, char *, char *);
 
       private: