White Wizard micro SD Card module test program.You can use White Wizard SPI system easily! Details : http://wizard.nestegg.jp/sd.html

Dependencies:   mbed

Revision:
0:b8ab9a03a28d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wwChipSelect.h	Wed Jul 06 16:22:44 2011 +0000
@@ -0,0 +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);
+};
\ No newline at end of file