6 counter_to_value = _counter_to_value;
16 attachInterrupt(digitalPinToInterrupt(
pin_step), doA, CHANGE);
20 attached_variable = variable;
27 if(step && step != step_active){
35 if(attached_variable) *attached_variable =
getValue();
39 return (
float)
count * counter_to_value;