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.cpp
- Revision:
- 1:15706d15d123
- Parent:
- 0:fb42c5acf810
- Child:
- 2:bebcf53b72dc
--- a/mmSPI.cpp Wed Aug 14 05:34:26 2013 +0000 +++ b/mmSPI.cpp Wed Aug 14 10:09:58 2013 +0000 @@ -18,3 +18,11 @@ } //----------------------------------------------//------------------------------ + char mmSPI::transceive_byte(char cSend) // send/receive a byte. + { + + + + + } +//----------------------------------------------//------------------------------ \ No newline at end of file