Stepper following POT - bit noisy

Here are a error :
wrong if(j= 5)
right if(j== 5)

again
wrong if(k= 1000)
right if(k== 1000)

1 Like