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.
Dependencies: mbed
Fork of SPI_master_lpc11u53 by
Revision 2:52f588020826, committed 2015-03-18
- Comitter:
- armdran
- Date:
- Wed Mar 18 14:29:03 2015 +0000
- Parent:
- 1:4445caa57b32
- Child:
- 3:8f2dc71bae92
- Commit message:
- removed wait statements
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 18 14:28:09 2015 +0000
+++ b/main.cpp Wed Mar 18 14:29:03 2015 +0000
@@ -15,7 +15,6 @@
int j = 0;
uint8_t fail;
uint8_t success;
- int pause = 1;
while(1) {
fail = 0;
