fi76
Results
2
issues of
fi76
here's the code if (stepCommand == ACCELSTEPPER_STOP) { if (stepper[deviceNum]) { stepper[deviceNum]->stop(); isRunning[deviceNum] = false; reportPosition(deviceNum, true); } } But the accelstepper library cannot handle the quick stop. Therefore, the...
I received this error messages, while simple use: Cannot read property 'value' of undefined http://plnkr.co/edit/xjgiRk9RdcgBdRAFtCM3?p=preview Interestingly, if you reversed the order of the two javascript , it works in spite...