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