Cargo Features

[dependencies]
stepper_lib = { version = "0.11.7", default-features = false, features = ["std", "rasp"] }
default = std

The std feature is set by default whenever stepper_lib is added without default-features = false somewhere in the dependency tree.

std default rasp?

Affects group::SyncCompGroup.drive_rel_async, group::SyncCompGroup.drive_abs_async, group::SyncCompGroup.await_inactive, comp::SyncComp.drive_rel_async, comp::SyncComp.drive_abs_async, comp::SyncComp.await_inactive, ctrl::pwm, ctrl::servo, stepper_lib::Error

rasp = std

Platform features

Enables rppal ^0.14.1

Raspberry

Affects in_pin::UniInPin.sys_pin, out_pin::UniOutPin.sys_pin, pin::UniPin.sys_pin