yoshinari kou / Mbed 2 deprecated WW_SD_send_IRVer2

Dependencies:   mbed

wwChipSelect.h

Committer:
halfpitch
Date:
2011-07-13
Revision:
0:da2f4475a464

File content as of revision 0:da2f4475a464:

//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);
};