cu-bdshot 0.13.0

Copper Bridge to Bidirectional DSHOT ESCs.
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    // Struct logging for Copper
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );

    println!("cargo:rerun-if-changed=src/dshot.pio");
}