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 whenever ble-ledly is added without default-features = false somewhere in the dependency tree.

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