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 TTU_CSC1300
Diff: main.cpp
- Revision:
- 1:4e747357be1d
- Parent:
- 0:abd4bce612ec
- Child:
- 2:b46e9d2446cc
--- a/main.cpp Sat Apr 10 21:22:50 2021 +0000
+++ b/main.cpp Sun Apr 11 05:03:42 2021 +0000
@@ -38,10 +38,12 @@
speaker = TRUE;
wait_ms(delay);
speaker = FALSE;
+ wait_ms(delay);
}else{
speaker = TRUE;
wait_ms(delay);
speaker = FALSE;
+ wait_ms(delay);
}
}
}