SPI library used to communicate with an altera development board attached to four zigbee-header pins.
Diff: mmSPI.h
- Revision:
- 0:fb42c5acf810
- Child:
- 1:15706d15d123
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmSPI.h Wed Aug 14 05:34:26 2013 +0000 @@ -0,0 +1,18 @@ +/*----------------------------------------------//------------------------------ + student : m-moore + class : external SPI interface + directory : mmSPI + file : mmSPI.h +------------------------------------------------//----------------------------*/ + #include "mbed.h" // standard mbed.org class. +/*----------------------------------------------//------------------------------ +------------------------------------------------//----------------------------*/ +//==============================================//============================== + class mmSPI + { + public: + mmSPI(); // constructor. + ~mmSPI(); // destructor. + private: + }; +//----------------------------------------------//------------------------------ \ No newline at end of file