Skip to content
Snippets Groups Projects
Commit 83f3417c authored by Jake Read's avatar Jake Read
Browse files

typo

parent 3bea8128
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ Keycode: **128**
### Step Trapezoid
Keycode: **131**
Arguments: <Steps to Make, int32_t> | <Entry Speed, steps/s, uint32_t> | <Acceleration Rate, steps/s/s, uint32_t> | <Acceleration Length, steps to accelerate for, uint32_t> | <Decceleration Length, steps to deccelerate after, uint32_t>
Returns: <Steps Made, int32_t> on step completion
Arguments: Steps to Make, int32_t | Entry Speed, steps/s, uint32_t | Acceleration Rate, steps/s/s, uint32_t | Acceleration Length, steps to accelerate for, uint32_t | Decceleration Length, steps to deccelerate after, uint32_t
Returns: Steps Made, int32_t | on step completion
- the stepper will load this block into its stepping buffer, and if the buffer is empty will execute the trapezoid. on it's completion, the stepper will reply with an acknowledgement
# Reproducing This Work
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment