pub fn start_spindle_counterclockwise<'a, I: Iterator<Item = Field<'a>>>(
args: I,
) -> Command<'a>Expand description
Start spinning the spindle counterclockwise with speed p
To instantiate the command, call this function or use the crate::command macro.