Motor class working

Dependencies:   QEI biquadFilter mbed

Committer:
Alex_Kyrl
Date:
Mon Oct 09 14:04:36 2017 +0000
Revision:
0:f2ae86546400
Child:
1:1a01edf0379c
Working Motor Class

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Alex_Kyrl 0:f2ae86546400 1 #include "mbed.h"
Alex_Kyrl 0:f2ae86546400 2 #include "Motor.h"
Alex_Kyrl 0:f2ae86546400 3
Alex_Kyrl 0:f2ae86546400 4
Alex_Kyrl 0:f2ae86546400 5 int main()
Alex_Kyrl 0:f2ae86546400 6 {
Alex_Kyrl 0:f2ae86546400 7 //Motor motor_L(sdfjhas);
Alex_Kyrl 0:f2ae86546400 8 // Motor motor_R();
Alex_Kyrl 0:f2ae86546400 9 while (true) {
Alex_Kyrl 0:f2ae86546400 10 //Motor::motorL.aply_filter(kasdf , adljfha);
Alex_Kyrl 0:f2ae86546400 11 }
Alex_Kyrl 0:f2ae86546400 12 }