Hello
Is it possible to set acceleration in AccelStepper.h library in void loop?
All examples I've seen acceleration is set up in void setup.
I'd like to read value of acceleration from serial monitor or for example from smartphone app by bluetooth or wifi and as far as i know its is possible to read values only in void loop but when i try to set acceleration in void loop it doesnt work. ( or i mess something up ) I can set new speed but not acceleration.
Is there any way to make it work?
Any help would be appreciated!
Thank you!
For receiving serial data reliably the techniques in the serial input basics thread are great.
If you want help with your code, you will need to post it. Tell us what the code actually does and how that differs from what you want. Please read the "how to use the forum" stickies to see how to format and post code.
Thank you for quick response groundFungus. I wanted to show you my sketch and wanted delete everything else not to bother you and to show you the part where the problem is and accidentaly I made it work. :D:D:D
THANK YOU!!! You are Genious!!!