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: HIDScope MODSERIAL mbed-dsp mbed
Fork of emg_filter2 by
Revision 48:5a270ba60008, committed 2014-10-20
- Comitter:
- Tanja2211
- Date:
- Mon Oct 20 08:40:14 2014 +0000
- Parent:
- 47:54e1d3aad472
- Child:
- 49:b103e9ed5ef2
- Commit message:
- snelheid
Changed in this revision
| EMGfilter.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/EMGfilter.cpp Mon Oct 20 08:39:05 2014 +0000
+++ b/EMGfilter.cpp Mon Oct 20 08:40:14 2014 +0000
@@ -229,15 +229,15 @@
if (snelheidsstand==1) {
pc.printf("Motor 1 beweegt met snelheid 1\n");
} else {
- pc.printf("\n"); }
+ pc.printf("Motor 1 beweegt niet met snelheid 1\n"); }
if (snelheidsstand==2) {
pc.printf("Motor 1 beweegt met snelheid 2\n");
} else {
- pc.printf("\n");
+ pc.printf("Motor 1 beweegt niet met snelheid 2\n");
}
if (snelheidsstand==3) {
pc.printf("Motor 1 beweegt met snelheid 3\n");
} else {
- pc.printf("\n");
+ pc.printf("Motor 1 beweegt niet met snelheid 3\n");
}
}
