yoshinari kou
/
WW_SD_save_IRVer2
Save IR data
wwChipSelect.h
- Committer:
- halfpitch
- Date:
- 2011-08-31
- Revision:
- 0:decd8d14cc06
File content as of revision 0:decd8d14cc06:
//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); };