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.
Fork of EMG by
Revision 20:97059009a491, committed 2016-09-22
- Comitter:
- tomlankhorst
- Date:
- Thu Sep 22 08:53:50 2016 +0000
- Parent:
- 19:2bf824669684
- Child:
- 21:c418b6e8196b
- Commit message:
- comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Sep 22 08:36:00 2016 +0000
+++ b/main.cpp Thu Sep 22 08:53:50 2016 +0000
@@ -19,7 +19,7 @@
scope.set(1, emg1.read() );
/* Repeat the step above if required for more channels of required (channel 0 up to 5 = 6 channels)
* Ensure that enough channels are available (HIDScope scope( 2 ))
- /* Finally, send all channels to the PC at once */
+ * Finally, send all channels to the PC at once */
scope.send();
/* To indicate that the function is working, the LED is toggled */
led = !led;
