![](/media/cache/profiles/c8ecfaea0b7e3aa83b017a786d53b9e8.50x50_q85.jpg)
White Wizard micro SD Card module test program.You can use White Wizard SPI system easily! Details : http://wizard.nestegg.jp/sd.html
Revision 1:731d34c1b57d, committed 2011-08-31
- Comitter:
- halfpitch
- Date:
- Wed Aug 31 15:32:09 2011 +0000
- Parent:
- 0:b8ab9a03a28d
- Commit message:
- Rev.B
Changed in this revision
wwChipSelect.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b8ab9a03a28d -r 731d34c1b57d wwChipSelect.cpp --- a/wwChipSelect.cpp Wed Jul 06 16:22:44 2011 +0000 +++ b/wwChipSelect.cpp Wed Aug 31 15:32:09 2011 +0000 @@ -13,7 +13,7 @@ void wwChipSelect :: wwCSwrite(int ch){ //start ChipSelect.write(1); - wait_us(20); + wait_us(30); ChipSelect.write(0); @@ -37,5 +37,6 @@ ChipSelect.write(1); + wait_us(30); }