SPI library used to communicate with an altera development board attached to four zigbee-header pins.
Revisions of mmSPI.cpp
Revision | Date | Message | Actions |
---|---|---|---|
9:0551307e3b15 | 2013-08-17 | toward cpu clock toggle test. | File Diff Annotate |
8:e2d8bbc3e659 | 2013-08-17 | added cpu clock. | File Diff Annotate |
7:b3e8b537d5c2 | 2013-08-14 | void mmSPI::transceive_vector(char *cReceive, char *cSend, char cNumBytes) | File Diff Annotate |
6:b480fc4e87e5 | 2013-08-14 | void mmSPI::transceive_byte(char *cReceive, char *cSend) | File Diff Annotate |
5:b14dcaae260e | 2013-08-14 | void mmSPI::transceive_byte(void) | File Diff Annotate |
4:aa1fe8707bef | 2013-08-14 | mmSPI::setSPIfrequency(float fFreq) | File Diff Annotate |
3:de99451ab3c0 | 2013-08-14 | working on spi interface class. | File Diff Annotate |
2:bebcf53b72dc | 2013-08-14 | toward defining DigitalOut objects within a class. it doesn't look to be working with straight instantiation, so use allocation instead. | File Diff Annotate |
1:15706d15d123 | 2013-08-14 | toward spi byte transceive. | File Diff Annotate |
0:fb42c5acf810 | 2013-08-14 | mmSPI skeleton. | File Diff Annotate |