yoshinari kou
/
TEST_WW_SPI_CS
White Wizard SPI Chip Select test program. I changed chip select signal timing.
wwChipSelect.h
- Committer:
- halfpitch
- Date:
- 2011-09-01
- Revision:
- 2:5312f16c3ee8
- Parent:
- 0:1d2148b42390
File content as of revision 2:5312f16c3ee8:
//Nest Egg Inc. //http://nestegg.jp/ //White Wizard Board SPI Chip Select Code //Auther : Yoshinari kou //2010/10/03 #include "mbed.h" class wwChipSelect { private: DigitalOut ChipSelect; public: wwChipSelect(PinName); //constructor void wwCSwrite(int); };