Olimex EMG shield demo with KL25Z

Dependencies:   mbed MODSERIAL HIDScope

Files at this revision

API Documentation at this revision

Comitter:
vsluiter
Date:
Tue Sep 23 18:56:14 2014 +0000
Parent:
11:ce72ec658a95
Commit message:
Changed comment to correct values...

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ce72ec658a95 -r 18d4cef1fdb4 main.cpp
--- a/main.cpp	Thu Sep 11 07:16:24 2014 +0000
+++ b/main.cpp	Tue Sep 23 18:56:14 2014 +0000
@@ -50,7 +50,7 @@
     * 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);
+    log_timer.attach(looper, 0.005);
     while(1) //Loop
     {
       /*Empty!*/