Cargo Features

RPPAL has no features set by default.

[dependencies]
rppal = { version = "0.17.1", features = ["embedded-hal-0", "embedded-hal", "embedded-hal-nb", "hal", "hal-unproven"] }
embedded-hal-0 hal? hal-unproven? = embedded-hal-nb, nb

Enables embedded-hal ^0.2.7 and void

Affects hal::Timer, rppal::hal

embedded-hal embedded-hal-nb? hal?

Enables embedded-hal and spin_sleep

Affects rppal::hal

embedded-hal-nb embedded-hal-0? hal? = embedded-hal

Enables embedded-hal-nb

Affects rppal::hal

hal hal-unproven? = embedded-hal, embedded-hal-0, embedded-hal-nb
hal-unproven = hal

Enables unproven of embedded-hal ^0.2.7

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nb embedded-hal-0?

Enables nb ^0.1.3