BSA EMG Practical Code

Dependencies:   HIDScope mbed

Fork of EMG by First Last

Import this program, compile it and program the binary on your KL25F.

Revision:
9:d33e7b175ad7
Parent:
8:8a17f65622b4
Child:
10:09b8424a7b39
--- 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);