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
Diff: mmSPI.h
- Revision:
- 9:0551307e3b15
- Parent:
- 8:e2d8bbc3e659
- Child:
- 12:a1b7ce9c1d64
--- a/mmSPI.h Sat Aug 17 18:43:02 2013 +0000 +++ b/mmSPI.h Sat Aug 17 18:50:54 2013 +0000 @@ -32,6 +32,8 @@ // byte-array transceive. void transceive_vector(char *cReceive, char *cSend, char cNumBytes); + + void test_toggle_cpu_clock(); // cpu clock toggle test. private: DigitalOut * pMOSI; // SPI pin.