Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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);
};