SPI library used to communicate with an altera development board attached to four zigbee-header pins.
Diff: mmSPI.h
- Revision:
- 16:0e422fd263c6
- Parent:
- 15:d6cc57c4e23d
- Child:
- 17:b81c0c1f312f
--- a/mmSPI.h Mon Aug 19 04:41:29 2013 +0000 +++ b/mmSPI.h Mon Aug 19 16:26:29 2013 +0000 @@ -36,10 +36,14 @@ // byte-array transceive. void transceive_vector(char *cReceive, char *cSend, char cNumBytes); + void transceive_vector2(char *cReceive, char *cSend, int cNumBytes); + void test_toggle_cpu_clock(); // cpu clock toggle test. void force_write(char, char, char); // force write. act as IR. void force_read(char); + + void write_register(char, char, char *, char *); private: