Cargo Features
[dependencies]
ble-ledly = { version = "0.3.0", default-features = false, features = ["all", "light", "color", "brightness", "hw_animate", "sw_animate"] }
- default = all
-
The
all
feature is set by default wheneverble-ledly
is added without
somewhere in the dependency tree.default-features = false - all default = brightness, color, hw_animate, light, sw_animate
- light all
-
Affects
capability::light
… - color all
-
Affects
capability::color
… - brightness all
-
Affects
capability::brightness
… - hw_animate all
-
Affects
capability::hw_animate
… - sw_animate all
-
Affects
capability::sw_animate
…