#[unsafe(no_mangle)]pub extern "C" fn pamoja_stepper_steps_for_degrees(
degrees: f32,
steps_per_revolution: u32,
) -> i32Expand description
Returns how many steps a rotation of degrees takes on a given motor.
ยงReturns
The step count, negative for a negative angle.