emg2

Dependencies:   HIDScope biquadFilter mbed QEI

Fork of EMG by Tom Tom

Files at this revision

API Documentation at this revision

Comitter:
s1725696
Date:
Wed Oct 31 20:28:35 2018 +0000
Parent:
31:c22110c9dca4
Commit message:
final version, do not change anymore

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Oct 31 19:16:42 2018 +0000
+++ b/main.cpp	Wed Oct 31 20:28:35 2018 +0000
@@ -3,6 +3,8 @@
 #include "BiQuad.h"
 #include "QEI.h"
 
+/* DO NOT CHANGE HERE, ALREADY IMPLEMENTED IN THE CODE!!!! */
+
 HIDScope scope( 6 );
 Ticker sample_timer;