State machine action setActuationModule

ActDrive
The actuation output must equal the module of the actuation request.
setActMod
if (actAction>=0){
rectifiedActAction=(t_pwm)actAction;
} else {
rectifiedActAction=(t_pwm)(-actAction);
}