working version but stripped of most unnecessary code like print statements

Dependencies:   HIDScope MODSERIAL biquadFilter mbed FastPWM QEI

Files at this revision

API Documentation at this revision

Comitter:
vsluiter
Date:
Tue Sep 23 18:56:14 2014 +0000
Parent:
11:ce72ec658a95
Child:
14:f83354387756
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
--- 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!*/