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:
17:b81c0c1f312f
Parent:
16:0e422fd263c6
Child:
18:4a29cad91540
diff -r 0e422fd263c6 -r b81c0c1f312f mmSPI.h
--- a/mmSPI.h	Mon Aug 19 16:26:29 2013 +0000
+++ b/mmSPI.h	Mon Aug 19 18:26:39 2013 +0000
@@ -44,6 +44,8 @@
         void force_read(char);
         
         void write_register(char, char, char *, char *);
+        char read_register(char, char *, char *);
+        void write_pulse(char *, char *);
 
       private: