SharpTeeth
Junior Member level 2

Can some help define what this is going to do?
This is coding for an ESP to control a motor. I am trying to make the forward motion the same as the reverse motion. Someone wrote this for me but I am not sure why they would not be the same equation?
frdCounter = MC + 1;
bkdCounter = (MC * 2) + 2;
This is coding for an ESP to control a motor. I am trying to make the forward motion the same as the reverse motion. Someone wrote this for me but I am not sure why they would not be the same equation?
frdCounter = MC + 1;
bkdCounter = (MC * 2) + 2;