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 12:73cbf84ee24a, committed 2016-08-19
- Comitter:
- jplunkett
- Date:
- Fri Aug 19 17:04:26 2016 +0000
- Parent:
- 11:2307c5edf18f
- Commit message:
- fixed grammar
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 19 16:42:40 2016 +0000
+++ b/main.cpp Fri Aug 19 17:04:26 2016 +0000
@@ -10,7 +10,7 @@
DigitalOut buzzer(D2);
/* due to the type of InterruptIn .rise function call I am using (callback to
a void function), the input array has to be global since you can't use
- input parameters (to my knowledge in the interrupted void function */
+ input parameters (to my knowledge) to the interrupted void function */
int input_index;
int input[100];
bool start_flag = false;