White Wizard SPI Chip Select test program. I changed chip select signal timing.

Dependencies:   mbed

Revision:
2:5312f16c3ee8
Parent:
0:1d2148b42390
--- a/wwChipSelect.h	Mon Jul 25 10:01:36 2011 +0000
+++ b/wwChipSelect.h	Thu Sep 01 10:05:25 2011 +0000
@@ -1,16 +1,16 @@
-//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);
+//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);
 };
\ No newline at end of file