Motor class working

Dependencies:   QEI biquadFilter mbed

Revision:
0:f2ae86546400
Child:
1:1a01edf0379c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Oct 09 14:04:36 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "Motor.h"
+
+
+int main()
+{
+    //Motor motor_L(sdfjhas);
+   // Motor motor_R();
+    while (true) {
+        //Motor::motorL.aply_filter(kasdf , adljfha); 
+    }
+}