gin66 / FastAccelStepper

A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3 and Atmel SAM Due
MIT License
282 stars 67 forks source link

Update FastAccelStepper_API.md #263

Closed sharpie7 closed 2 weeks ago

sharpie7 commented 2 weeks ago

Add headings to clarify documentation.

Currently the "Move commands" section doesn't separate the discussion on each command which can make it confusing to read. Sub-headings are added to clarify the text.

gin66 commented 2 weeks ago

Thanks for the PR. The problem is, that FastAccelStepper_API.md is autogenerated from FastAccelStepper.h using this script. Could you make the changes in FastAccelStepper.h ?

sharpie7 commented 2 weeks ago

Thanks. I will take a look.