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.
Diff: spi_functions.cpp
- Revision:
- 8:2196f2f75947
- Parent:
- 6:4d64960c7908
- Child:
- 9:81e2caa80fdf
diff -r 5bcc25eef1f0 -r 2196f2f75947 spi_functions.cpp --- a/spi_functions.cpp Fri Mar 15 14:16:53 2019 +0000 +++ b/spi_functions.cpp Fri Jun 28 14:43:03 2019 +0000 @@ -56,7 +56,7 @@ wait(0.0001); // wait 100us for select line to go fully high. sync = 1; - wait (0.5); + wait (0.05); // changed from 0.5 , DGC, May 2019 return 0; }