Cargo Features
[dependencies]
brickbeam = { version = "0.1.0", default-features = false, features = ["cir"] }
- default = cir
-
The
cir
feature is set by default wheneverbrickbeam
is added without
somewhere in the dependency tree.default-features = false - cir default
-
Enables cir =0.1.3
Affects
device::DefaultPulseTransmitter
…