Robot

Dependencies:   mbed QEI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Motor.cpp Source File

Motor.cpp

00001 #include "Motor.h"
00002 Motor::Motor(){
00003     Constrains_v = 0;
00004     Constrains_a = 0;
00005     Constrains_j = 0;
00006 }