void loop(){ for(int c = 0; c < 400; c++) { step(1); delay(5); } for(int c = 0; c < 400; c++) { delay(5); } }