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_filter by
Revision 9:d33e7b175ad7, committed 2014-09-10
- Comitter:
- vsluiter
- Date:
- Wed Sep 10 05:06:32 2014 +0000
- Parent:
- 8:8a17f65622b4
- Child:
- 10:09b8424a7b39
- Commit message:
- Updated comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 10 05:05:59 2014 +0000
+++ b/main.cpp Wed Sep 10 05:06:32 2014 +0000
@@ -42,7 +42,7 @@
/*set the period for the PWM to the red LED*/
red.period_ms(2);
/**Here you attach the 'void looper(void)' function to the Ticker object
- * The looper() function will be called every 0.002 seconds.
+ * The looper() function will be called every 0.01 seconds.
* Please mind that the parentheses after looper are omitted when using attach.
*/
log_timer.attach(looper, 0.01);
