[INFO] fetching crate tinkerforge 2.0.20... [INFO] documenting tinkerforge-2.0.20 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate tinkerforge 2.0.20 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tinkerforge 2.0.20 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tinkerforge 2.0.20 [INFO] finished tweaking crates.io crate tinkerforge 2.0.20 [INFO] tweaked toml for crates.io crate tinkerforge 2.0.20 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate tinkerforge 2.0.20 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a4da853a7de1bc41ab856a3b6cd585123fd9a40e2bef4333427e8b5af74783d [INFO] running `Command { std: "docker" "start" "-a" "8a4da853a7de1bc41ab856a3b6cd585123fd9a40e2bef4333427e8b5af74783d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a4da853a7de1bc41ab856a3b6cd585123fd9a40e2bef4333427e8b5af74783d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a4da853a7de1bc41ab856a3b6cd585123fd9a40e2bef4333427e8b5af74783d", kill_on_drop: false }` [INFO] [stdout] 8a4da853a7de1bc41ab856a3b6cd585123fd9a40e2bef4333427e8b5af74783d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b54983624523ac941381b614a65a092530c971b0fabf4749ee446dcdcf66e709 [INFO] running `Command { std: "docker" "start" "-a" "b54983624523ac941381b614a65a092530c971b0fabf4749ee446dcdcf66e709", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.11.1 [INFO] [stderr] Checking hmac v0.11.0 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Documenting tinkerforge v2.0.20 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_threshold` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | /// [`set_acceleration_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:294:27 [INFO] [stdout] | [INFO] [stdout] 294 | /// configured with [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:297:37 [INFO] [stdout] | [INFO] [stdout] 297 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:304:27 [INFO] [stdout] | [INFO] [stdout] 304 | /// configured with [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:307:22 [INFO] [stdout] | [INFO] [stdout] 307 | /// to use the [`get_acceleration_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_period` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | /// [`set_acceleration_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:315:42 [INFO] [stdout] | [INFO] [stdout] 315 | /// Sets the period with which the [`get_acceleration_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:318:15 [INFO] [stdout] | [INFO] [stdout] 318 | /// The [`get_acceleration_callback_receiver`] receiver is only triggered if the acceleration has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_period` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:327:40 [INFO] [stdout] | [INFO] [stdout] 327 | /// Returns the period as set by [`set_acceleration_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_reached_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:334:39 [INFO] [stdout] | [INFO] [stdout] 334 | /// Sets the thresholds for the [`get_acceleration_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_threshold` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:374:43 [INFO] [stdout] | [INFO] [stdout] 374 | /// Returns the threshold as set by [`set_acceleration_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_reached_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:390:13 [INFO] [stdout] | [INFO] [stdout] 390 | /// * [`get_acceleration_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_threshold` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:394:13 [INFO] [stdout] | [INFO] [stdout] 394 | /// * [`set_acceleration_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:404:49 [INFO] [stdout] | [INFO] [stdout] 404 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:457:47 [INFO] [stdout] | [INFO] [stdout] 457 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:511:56 [INFO] [stdout] | [INFO] [stdout] 511 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/accelerometer_bricklet.rs:514:59 [INFO] [stdout] | [INFO] [stdout] 514 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:363:30 [INFO] [stdout] | [INFO] [stdout] 363 | /// be configured with [`set_configuration`] and this receiver can be [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_continuous_acceleration_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:364:24 [INFO] [stdout] | [INFO] [stdout] 364 | /// enabled with [`set_continuous_acceleration_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_continuous_acceleration_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:373:33 [INFO] [stdout] | [INFO] [stdout] 373 | /// full scale range (see [`set_configuration`]) to calculate [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:374:63 [INFO] [stdout] | [INFO] [stdout] 374 | /// the data in gₙ/10000 (same unit that is returned by [`get_acceleration`]): [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:391:30 [INFO] [stdout] | [INFO] [stdout] 391 | /// be configured with [`set_configuration`] and this receiver can be [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_continuous_acceleration_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:392:24 [INFO] [stdout] | [INFO] [stdout] 392 | /// enabled with [`set_continuous_acceleration_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_continuous_acceleration_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:401:33 [INFO] [stdout] | [INFO] [stdout] 401 | /// full scale range (see [`set_configuration`]) to calculate [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:402:63 [INFO] [stdout] | [INFO] [stdout] 402 | /// the data in gₙ/10000 (same unit that is returned by [`get_acceleration`]): [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:420:27 [INFO] [stdout] | [INFO] [stdout] 420 | /// configured with [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:423:22 [INFO] [stdout] | [INFO] [stdout] 423 | /// to use the [`get_acceleration_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:424:11 [INFO] [stdout] | [INFO] [stdout] 424 | /// [`set_acceleration_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:468:47 [INFO] [stdout] | [INFO] [stdout] 468 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:496:51 [INFO] [stdout] | [INFO] [stdout] 496 | /// The period is the period with which the [`get_acceleration_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_16_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:506:44 [INFO] [stdout] | [INFO] [stdout] 506 | /// If this receiver is enabled, the [`get_continuous_acceleration_16_bit_callback_receiver`] receiver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_16_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_8_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:507:15 [INFO] [stdout] | [INFO] [stdout] 507 | /// and [`get_continuous_acceleration_8_bit_callback_receiver`] receiver will automatically be disabled. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_8_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_callback_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:517:11 [INFO] [stdout] | [INFO] [stdout] 517 | /// [`set_acceleration_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_info_led_config` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:538:51 [INFO] [stdout] | [INFO] [stdout] 538 | /// Returns the LED configuration as set by [`set_info_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_info_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_16_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:551:11 [INFO] [stdout] | [INFO] [stdout] 551 | /// [`get_continuous_acceleration_16_bit_callback_receiver`] or [`get_continuous_acceleration_8_bit_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_16_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_8_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:551:71 [INFO] [stdout] | [INFO] [stdout] 551 | /// [`get_continuous_acceleration_16_bit_callback_receiver`] or [`get_continuous_acceleration_8_bit_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_8_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_8_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | /// the [`get_continuous_acceleration_8_bit_callback_receiver`] receiver is activated. If at least [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_8_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_continuous_acceleration_16_bit_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:560:15 [INFO] [stdout] | [INFO] [stdout] 560 | /// the [`get_continuous_acceleration_16_bit_callback_receiver`] receiver is activated. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_continuous_acceleration_16_bit_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:569:63 [INFO] [stdout] | [INFO] [stdout] 569 | /// resolution (8/16 bit) and the full scale range (see [`set_configuration`]) to calculate [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:570:63 [INFO] [stdout] | [INFO] [stdout] 570 | /// the data in gₙ/10000 (same unit that is returned by [`get_acceleration`]): [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:584:37 [INFO] [stdout] | [INFO] [stdout] 584 | /// callbacks is enabled, the [`get_acceleration_callback_receiver`] receiver is disabled. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_continuous_acceleration_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:614:11 [INFO] [stdout] | [INFO] [stdout] 614 | /// [`set_continuous_acceleration_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_continuous_acceleration_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_filter_configuration` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:652:47 [INFO] [stdout] | [INFO] [stdout] 652 | /// Returns the configuration as set by [`set_filter_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:714:52 [INFO] [stdout] | [INFO] [stdout] 714 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:728:41 [INFO] [stdout] | [INFO] [stdout] 728 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:742:11 [INFO] [stdout] | [INFO] [stdout] 742 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:776:47 [INFO] [stdout] | [INFO] [stdout] 776 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:838:56 [INFO] [stdout] | [INFO] [stdout] 838 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/accelerometer_v2_bricklet.rs:841:59 [INFO] [stdout] | [INFO] [stdout] 841 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_iaq_index_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:446:11 [INFO] [stdout] | [INFO] [stdout] 446 | /// [`set_iaq_index_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_iaq_index_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_iaq_index` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:448:42 [INFO] [stdout] | [INFO] [stdout] 448 | /// The parameters are the same as [`get_iaq_index`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_iaq_index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:454:11 [INFO] [stdout] | [INFO] [stdout] 454 | /// [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:456:40 [INFO] [stdout] | [INFO] [stdout] 456 | /// The parameter is the same as [`get_temperature`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_temperature` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:462:11 [INFO] [stdout] | [INFO] [stdout] 462 | /// [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:464:40 [INFO] [stdout] | [INFO] [stdout] 464 | /// The parameter is the same as [`get_humidity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_humidity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:470:11 [INFO] [stdout] | [INFO] [stdout] 470 | /// [`set_air_pressure_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:472:40 [INFO] [stdout] | [INFO] [stdout] 472 | /// The parameter is the same as [`get_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_offset` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:520:11 [INFO] [stdout] | [INFO] [stdout] 520 | /// [`set_temperature_offset`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_offset` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_values_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:527:51 [INFO] [stdout] | [INFO] [stdout] 527 | /// The period is the period with which the [`get_all_values_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_all_values_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_values_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:545:11 [INFO] [stdout] | [INFO] [stdout] 545 | /// [`set_all_values_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_all_values_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_iaq_index_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:561:11 [INFO] [stdout] | [INFO] [stdout] 561 | /// [`get_iaq_index_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_iaq_index_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_iaq_index_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:562:16 [INFO] [stdout] | [INFO] [stdout] 562 | /// with [`set_iaq_index_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_iaq_index_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_iaq_index_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:575:51 [INFO] [stdout] | [INFO] [stdout] 575 | /// The period is the period with which the [`get_iaq_index_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_iaq_index_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_iaq_index_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:593:11 [INFO] [stdout] | [INFO] [stdout] 593 | /// [`set_iaq_index_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_iaq_index_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:604:11 [INFO] [stdout] | [INFO] [stdout] 604 | /// [`get_temperature_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:605:16 [INFO] [stdout] | [INFO] [stdout] 605 | /// with [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:612:51 [INFO] [stdout] | [INFO] [stdout] 612 | /// The period is the period with which the [`get_temperature_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:624:81 [INFO] [stdout] | [INFO] [stdout] 624 | /// The `option`-parameter together with min/max sets a threshold for the [`get_temperature_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:662:56 [INFO] [stdout] | [INFO] [stdout] 662 | /// Returns the receiver configuration as set by [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:680:11 [INFO] [stdout] | [INFO] [stdout] 680 | /// [`get_humidity_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:681:16 [INFO] [stdout] | [INFO] [stdout] 681 | /// with [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:688:51 [INFO] [stdout] | [INFO] [stdout] 688 | /// The period is the period with which the [`get_humidity_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:700:81 [INFO] [stdout] | [INFO] [stdout] 700 | /// The `option`-parameter together with min/max sets a threshold for the [`get_humidity_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:738:56 [INFO] [stdout] | [INFO] [stdout] 738 | /// Returns the receiver configuration as set by [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:756:11 [INFO] [stdout] | [INFO] [stdout] 756 | /// [`get_air_pressure_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:757:16 [INFO] [stdout] | [INFO] [stdout] 757 | /// with [`set_air_pressure_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:764:51 [INFO] [stdout] | [INFO] [stdout] 764 | /// The period is the period with which the [`get_air_pressure_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:776:81 [INFO] [stdout] | [INFO] [stdout] 776 | /// The `option`-parameter together with min/max sets a threshold for the [`get_air_pressure_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_configuration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:814:56 [INFO] [stdout] | [INFO] [stdout] 814 | /// Returns the receiver configuration as set by [`set_air_pressure_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_background_calibration_duration` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:880:11 [INFO] [stdout] | [INFO] [stdout] 880 | /// [`set_background_calibration_duration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_background_calibration_duration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:940:52 [INFO] [stdout] | [INFO] [stdout] 940 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:954:41 [INFO] [stdout] | [INFO] [stdout] 954 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:968:11 [INFO] [stdout] | [INFO] [stdout] 968 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:1002:47 [INFO] [stdout] | [INFO] [stdout] 1002 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:1064:56 [INFO] [stdout] | [INFO] [stdout] 1064 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/air_quality_bricklet.rs:1067:59 [INFO] [stdout] | [INFO] [stdout] 1067 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | /// [`set_analog_value_callback_period`]. The parameter is the analog value of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:224:11 [INFO] [stdout] | [INFO] [stdout] 224 | /// [`set_illuminance_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:228:37 [INFO] [stdout] | [INFO] [stdout] 228 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:234:11 [INFO] [stdout] | [INFO] [stdout] 234 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:238:37 [INFO] [stdout] | [INFO] [stdout] 238 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:246:11 [INFO] [stdout] | [INFO] [stdout] 246 | /// [`get_illuminance_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | /// [`set_illuminance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:257:34 [INFO] [stdout] | [INFO] [stdout] 257 | /// The value returned by [`get_illuminance`] is averaged over several samples [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:258:39 [INFO] [stdout] | [INFO] [stdout] 258 | /// to yield less noise, while [`get_analog_value`] gives back raw [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:259:61 [INFO] [stdout] | [INFO] [stdout] 259 | /// unfiltered analog values. The only reason to use [`get_analog_value`] is, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:268:11 [INFO] [stdout] | [INFO] [stdout] 268 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:275:42 [INFO] [stdout] | [INFO] [stdout] 275 | /// Sets the period with which the [`get_illuminance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:278:15 [INFO] [stdout] | [INFO] [stdout] 278 | /// The [`get_illuminance_callback_receiver`] receiver is only triggered if the illuminance has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:287:40 [INFO] [stdout] | [INFO] [stdout] 287 | /// Returns the period as set by [`set_illuminance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:294:42 [INFO] [stdout] | [INFO] [stdout] 294 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:297:15 [INFO] [stdout] | [INFO] [stdout] 297 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:306:40 [INFO] [stdout] | [INFO] [stdout] 306 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:313:39 [INFO] [stdout] | [INFO] [stdout] 313 | /// Sets the thresholds for the [`get_illuminance_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:340:43 [INFO] [stdout] | [INFO] [stdout] 340 | /// Returns the threshold as set by [`set_illuminance_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:354:39 [INFO] [stdout] | [INFO] [stdout] 354 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:381:43 [INFO] [stdout] | [INFO] [stdout] 381 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | /// * [`get_illuminance_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | /// * [`set_illuminance_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:403:13 [INFO] [stdout] | [INFO] [stdout] 403 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:413:49 [INFO] [stdout] | [INFO] [stdout] 413 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:425:56 [INFO] [stdout] | [INFO] [stdout] 425 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/ambient_light_bricklet.rs:428:59 [INFO] [stdout] | [INFO] [stdout] 428 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:212:11 [INFO] [stdout] | [INFO] [stdout] 212 | /// [`set_illuminance_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:216:37 [INFO] [stdout] | [INFO] [stdout] 216 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:228:68 [INFO] [stdout] | [INFO] [stdout] 228 | /// is saturated and the configuration should be modified ([`set_configuration`]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:232:11 [INFO] [stdout] | [INFO] [stdout] 232 | /// [`get_illuminance_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | /// [`set_illuminance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:240:42 [INFO] [stdout] | [INFO] [stdout] 240 | /// Sets the period with which the [`get_illuminance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | /// The [`get_illuminance_callback_receiver`] receiver is only triggered if the illuminance has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:252:40 [INFO] [stdout] | [INFO] [stdout] 252 | /// Returns the period as set by [`set_illuminance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:259:39 [INFO] [stdout] | [INFO] [stdout] 259 | /// Sets the thresholds for the [`get_illuminance_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:286:43 [INFO] [stdout] | [INFO] [stdout] 286 | /// Returns the threshold as set by [`set_illuminance_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | /// * [`get_illuminance_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_threshold` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | /// * [`set_illuminance_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:316:49 [INFO] [stdout] | [INFO] [stdout] 316 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:335:51 [INFO] [stdout] | [INFO] [stdout] 335 | /// range maximum +0.01lux is reported by [`get_illuminance`] and the [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | /// [`get_illuminance_callback_receiver`] receiver. For example, 800001 for the 0-8000lux range. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:341:28 [INFO] [stdout] | [INFO] [stdout] 341 | /// is reported by [`get_illuminance`] and the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:341:56 [INFO] [stdout] | [INFO] [stdout] 341 | /// is reported by [`get_illuminance`] and the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:371:47 [INFO] [stdout] | [INFO] [stdout] 371 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:400:56 [INFO] [stdout] | [INFO] [stdout] 400 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/ambient_light_v2_bricklet.rs:403:59 [INFO] [stdout] | [INFO] [stdout] 403 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:279:66 [INFO] [stdout] | [INFO] [stdout] 279 | /// is saturated and the configuration should be modified ([`set_configuration`]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | /// [`get_illuminance_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:285:16 [INFO] [stdout] | [INFO] [stdout] 285 | /// with [`set_illuminance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:292:51 [INFO] [stdout] | [INFO] [stdout] 292 | /// The period is the period with which the [`get_illuminance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:304:81 [INFO] [stdout] | [INFO] [stdout] 304 | /// The `option`-parameter together with min/max sets a threshold for the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:342:56 [INFO] [stdout] | [INFO] [stdout] 342 | /// Returns the receiver configuration as set by [`set_illuminance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:366:49 [INFO] [stdout] | [INFO] [stdout] 366 | /// range maximum +0.01lux is reported by [`get_illuminance`] and the [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:367:11 [INFO] [stdout] | [INFO] [stdout] 367 | /// [`get_illuminance_callback_receiver`] receiver. For example, 800001 for the 0-8000lux range. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:371:26 [INFO] [stdout] | [INFO] [stdout] 371 | /// is reported by [`get_illuminance`] and the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:371:54 [INFO] [stdout] | [INFO] [stdout] 371 | /// is reported by [`get_illuminance`] and the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:401:47 [INFO] [stdout] | [INFO] [stdout] 401 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:471:52 [INFO] [stdout] | [INFO] [stdout] 471 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:485:41 [INFO] [stdout] | [INFO] [stdout] 485 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:499:11 [INFO] [stdout] | [INFO] [stdout] 499 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:533:47 [INFO] [stdout] | [INFO] [stdout] 533 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:595:56 [INFO] [stdout] | [INFO] [stdout] 595 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/ambient_light_v3_bricklet.rs:598:59 [INFO] [stdout] | [INFO] [stdout] 598 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | /// [`set_analog_value_callback_period`]. The parameter is the analog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 233 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the voltage has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | /// [`set_voltage_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:244:37 [INFO] [stdout] | [INFO] [stdout] 244 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:250:11 [INFO] [stdout] | [INFO] [stdout] 250 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:254:37 [INFO] [stdout] | [INFO] [stdout] 254 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | /// [`get_voltage_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | /// [`set_voltage_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:274:34 [INFO] [stdout] | [INFO] [stdout] 274 | /// The value returned by [`get_voltage`] is averaged over several samples [INFO] [stdout] | ^^^^^^^^^^^ no item named `get_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:275:39 [INFO] [stdout] | [INFO] [stdout] 275 | /// to yield less noise, while [`get_analog_value`] gives back raw [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:276:61 [INFO] [stdout] | [INFO] [stdout] 276 | /// unfiltered analog values. The only reason to use [`get_analog_value`] is, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:288:42 [INFO] [stdout] | [INFO] [stdout] 288 | /// Sets the period with which the [`get_voltage_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:291:15 [INFO] [stdout] | [INFO] [stdout] 291 | /// The [`get_voltage_callback_receiver`] receiver is only triggered if the voltage has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:300:40 [INFO] [stdout] | [INFO] [stdout] 300 | /// Returns the period as set by [`set_voltage_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:307:42 [INFO] [stdout] | [INFO] [stdout] 307 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:319:40 [INFO] [stdout] | [INFO] [stdout] 319 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:326:39 [INFO] [stdout] | [INFO] [stdout] 326 | /// Sets the thresholds for the [`get_voltage_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:353:43 [INFO] [stdout] | [INFO] [stdout] 353 | /// Returns the threshold as set by [`set_voltage_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:367:39 [INFO] [stdout] | [INFO] [stdout] 367 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:394:43 [INFO] [stdout] | [INFO] [stdout] 394 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:410:13 [INFO] [stdout] | [INFO] [stdout] 410 | /// * [`get_voltage_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:411:13 [INFO] [stdout] | [INFO] [stdout] 411 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:415:13 [INFO] [stdout] | [INFO] [stdout] 415 | /// * [`set_voltage_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:416:13 [INFO] [stdout] | [INFO] [stdout] 416 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:426:49 [INFO] [stdout] | [INFO] [stdout] 426 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_range` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:459:51 [INFO] [stdout] | [INFO] [stdout] 459 | /// Returns the measurement range as set by [`set_range`]. [INFO] [stdout] | ^^^^^^^^^ no item named `set_range` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_averaging` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:492:57 [INFO] [stdout] | [INFO] [stdout] 492 | /// Returns the averaging configuration as set by [`set_averaging`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_averaging` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:507:56 [INFO] [stdout] | [INFO] [stdout] 507 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_in_bricklet.rs:510:59 [INFO] [stdout] | [INFO] [stdout] 510 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:220:11 [INFO] [stdout] | [INFO] [stdout] 220 | /// [`set_analog_value_callback_period`]. The parameter is the analog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the voltage has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | /// [`set_voltage_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:234:37 [INFO] [stdout] | [INFO] [stdout] 234 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:244:37 [INFO] [stdout] | [INFO] [stdout] 244 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:252:11 [INFO] [stdout] | [INFO] [stdout] 252 | /// [`get_voltage_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:253:11 [INFO] [stdout] | [INFO] [stdout] 253 | /// [`set_voltage_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:271:42 [INFO] [stdout] | [INFO] [stdout] 271 | /// Sets the period with which the [`get_voltage_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:274:15 [INFO] [stdout] | [INFO] [stdout] 274 | /// The [`get_voltage_callback_receiver`] receiver is only triggered if the voltage has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:283:40 [INFO] [stdout] | [INFO] [stdout] 283 | /// Returns the period as set by [`set_voltage_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:290:42 [INFO] [stdout] | [INFO] [stdout] 290 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:293:15 [INFO] [stdout] | [INFO] [stdout] 293 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:302:40 [INFO] [stdout] | [INFO] [stdout] 302 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:309:39 [INFO] [stdout] | [INFO] [stdout] 309 | /// Sets the thresholds for the [`get_voltage_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:336:43 [INFO] [stdout] | [INFO] [stdout] 336 | /// Returns the threshold as set by [`set_voltage_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:350:39 [INFO] [stdout] | [INFO] [stdout] 350 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:377:43 [INFO] [stdout] | [INFO] [stdout] 377 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:393:13 [INFO] [stdout] | [INFO] [stdout] 393 | /// * [`get_voltage_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:394:13 [INFO] [stdout] | [INFO] [stdout] 394 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | /// * [`set_voltage_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:399:13 [INFO] [stdout] | [INFO] [stdout] 399 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:409:49 [INFO] [stdout] | [INFO] [stdout] 409 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:428:62 [INFO] [stdout] | [INFO] [stdout] 428 | /// Returns the length of the moving average as set by [`set_moving_average`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_moving_average` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:440:56 [INFO] [stdout] | [INFO] [stdout] 440 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_in_v2_bricklet.rs:443:59 [INFO] [stdout] | [INFO] [stdout] 443 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_oversampling` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:271:56 [INFO] [stdout] | [INFO] [stdout] 271 | /// depending on the oversampling configuration ([`set_oversampling`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_oversampling` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:275:11 [INFO] [stdout] | [INFO] [stdout] 275 | /// [`get_voltage_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_configuration` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:276:16 [INFO] [stdout] | [INFO] [stdout] 276 | /// with [`set_voltage_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:283:51 [INFO] [stdout] | [INFO] [stdout] 283 | /// The period is the period with which the [`get_voltage_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:295:81 [INFO] [stdout] | [INFO] [stdout] 295 | /// The `option`-parameter together with min/max sets a threshold for the [`get_voltage_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage_callback_configuration` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:333:56 [INFO] [stdout] | [INFO] [stdout] 333 | /// Returns the receiver configuration as set by [`set_voltage_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltage_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_oversampling` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:378:52 [INFO] [stdout] | [INFO] [stdout] 378 | /// Returns the oversampling value as set by [`set_oversampling`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_oversampling` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_calibration` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:414:45 [INFO] [stdout] | [INFO] [stdout] 414 | /// Returns the calibration as set by [`set_calibration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_calibration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:467:52 [INFO] [stdout] | [INFO] [stdout] 467 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:481:41 [INFO] [stdout] | [INFO] [stdout] 481 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:495:11 [INFO] [stdout] | [INFO] [stdout] 495 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:529:47 [INFO] [stdout] | [INFO] [stdout] 529 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:591:56 [INFO] [stdout] | [INFO] [stdout] 591 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_in_v3_bricklet.rs:594:59 [INFO] [stdout] | [INFO] [stdout] 594 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:132:41 [INFO] [stdout] | [INFO] [stdout] 132 | /// Returns the voltage as set by [`set_voltage`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `set_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:141:52 [INFO] [stdout] | [INFO] [stdout] 141 | /// * 0: Normal Mode (Analog value as set by [`set_voltage`] is applied) [INFO] [stdout] | ^^^^^^^^^^^ no item named `set_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltage` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:147:58 [INFO] [stdout] | [INFO] [stdout] 147 | /// to a higher output voltage directly by calling [`set_voltage`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `set_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_mode` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:161:38 [INFO] [stdout] | [INFO] [stdout] 161 | /// Returns the mode as set by [`set_mode`]. [INFO] [stdout] | ^^^^^^^^ no item named `set_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:179:56 [INFO] [stdout] | [INFO] [stdout] 179 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_out_bricklet.rs:182:59 [INFO] [stdout] | [INFO] [stdout] 182 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_output_voltage` [INFO] [stdout] --> src/bindings/analog_out_v2_bricklet.rs:123:41 [INFO] [stdout] | [INFO] [stdout] 123 | /// Returns the voltage as set by [`set_output_voltage`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_output_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_out_v2_bricklet.rs:142:56 [INFO] [stdout] | [INFO] [stdout] 142 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_out_v2_bricklet.rs:145:59 [INFO] [stdout] | [INFO] [stdout] 145 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_output_voltage` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:196:41 [INFO] [stdout] | [INFO] [stdout] 196 | /// Returns the voltage as set by [`set_output_voltage`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_output_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:256:52 [INFO] [stdout] | [INFO] [stdout] 256 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:270:41 [INFO] [stdout] | [INFO] [stdout] 270 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:318:47 [INFO] [stdout] | [INFO] [stdout] 318 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:380:56 [INFO] [stdout] | [INFO] [stdout] 380 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/analog_out_v3_bricklet.rs:383:59 [INFO] [stdout] | [INFO] [stdout] 383 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:256:11 [INFO] [stdout] | [INFO] [stdout] 256 | /// [`set_altitude_callback_period`]. The parameter is the altitude of [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:266:11 [INFO] [stdout] | [INFO] [stdout] 266 | /// [`set_air_pressure_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:270:37 [INFO] [stdout] | [INFO] [stdout] 270 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:276:11 [INFO] [stdout] | [INFO] [stdout] 276 | /// [`set_altitude_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:280:37 [INFO] [stdout] | [INFO] [stdout] 280 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | /// [`get_air_pressure_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | /// [`set_air_pressure_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_reference_air_pressure` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:298:63 [INFO] [stdout] | [INFO] [stdout] 298 | /// and the reference air pressure that can be set with [`set_reference_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_reference_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | /// [`get_altitude_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | /// [`set_altitude_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:309:42 [INFO] [stdout] | [INFO] [stdout] 309 | /// Sets the period with which the [`get_air_pressure_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:312:15 [INFO] [stdout] | [INFO] [stdout] 312 | /// The [`get_air_pressure_callback_receiver`] receiver is only triggered if the air pressure has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:321:40 [INFO] [stdout] | [INFO] [stdout] 321 | /// Returns the period as set by [`set_air_pressure_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:328:42 [INFO] [stdout] | [INFO] [stdout] 328 | /// Sets the period with which the [`get_altitude_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:331:15 [INFO] [stdout] | [INFO] [stdout] 331 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:340:40 [INFO] [stdout] | [INFO] [stdout] 340 | /// Returns the period as set by [`set_altitude_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_reached_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:347:39 [INFO] [stdout] | [INFO] [stdout] 347 | /// Sets the thresholds for the [`get_air_pressure_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:374:43 [INFO] [stdout] | [INFO] [stdout] 374 | /// Returns the threshold as set by [`set_air_pressure_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_reached_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:388:39 [INFO] [stdout] | [INFO] [stdout] 388 | /// Sets the thresholds for the [`get_altitude_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:415:43 [INFO] [stdout] | [INFO] [stdout] 415 | /// Returns the threshold as set by [`set_altitude_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_reached_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | /// * [`get_air_pressure_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_reached_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | /// * [`get_altitude_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | /// * [`set_air_pressure_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_threshold` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | /// * [`set_altitude_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:447:49 [INFO] [stdout] | [INFO] [stdout] 447 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_reference_air_pressure` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:481:56 [INFO] [stdout] | [INFO] [stdout] 481 | /// Returns the reference air pressure as set by [`set_reference_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_reference_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_averaging` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:512:57 [INFO] [stdout] | [INFO] [stdout] 512 | /// Returns the averaging configuration as set by [`set_averaging`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_averaging` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_i2c_mode` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:547:42 [INFO] [stdout] | [INFO] [stdout] 547 | /// Returns the I2C mode as set by [`set_i2c_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_i2c_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:566:56 [INFO] [stdout] | [INFO] [stdout] 566 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/barometer_bricklet.rs:569:59 [INFO] [stdout] | [INFO] [stdout] 569 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:384:11 [INFO] [stdout] | [INFO] [stdout] 384 | /// [`set_altitude_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:386:40 [INFO] [stdout] | [INFO] [stdout] 386 | /// The parameter is the same as [`get_altitude`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_altitude` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:392:11 [INFO] [stdout] | [INFO] [stdout] 392 | /// [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:394:40 [INFO] [stdout] | [INFO] [stdout] 394 | /// The parameter is the same as [`get_temperature`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_temperature` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:403:11 [INFO] [stdout] | [INFO] [stdout] 403 | /// [`get_air_pressure_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:404:16 [INFO] [stdout] | [INFO] [stdout] 404 | /// with [`set_air_pressure_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:411:51 [INFO] [stdout] | [INFO] [stdout] 411 | /// The period is the period with which the [`get_air_pressure_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_air_pressure_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:423:81 [INFO] [stdout] | [INFO] [stdout] 423 | /// The `option`-parameter together with min/max sets a threshold for the [`get_air_pressure_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_air_pressure_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:461:56 [INFO] [stdout] | [INFO] [stdout] 461 | /// Returns the receiver configuration as set by [`set_air_pressure_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_air_pressure_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_reference_air_pressure` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:478:16 [INFO] [stdout] | [INFO] [stdout] 478 | /// with [`set_reference_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_reference_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:482:11 [INFO] [stdout] | [INFO] [stdout] 482 | /// [`get_altitude_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:483:16 [INFO] [stdout] | [INFO] [stdout] 483 | /// with [`set_altitude_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:490:51 [INFO] [stdout] | [INFO] [stdout] 490 | /// The period is the period with which the [`get_altitude_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:502:81 [INFO] [stdout] | [INFO] [stdout] 502 | /// The `option`-parameter together with min/max sets a threshold for the [`get_altitude_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:540:56 [INFO] [stdout] | [INFO] [stdout] 540 | /// Returns the receiver configuration as set by [`set_altitude_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:563:11 [INFO] [stdout] | [INFO] [stdout] 563 | /// [`get_temperature_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:564:16 [INFO] [stdout] | [INFO] [stdout] 564 | /// with [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:571:51 [INFO] [stdout] | [INFO] [stdout] 571 | /// The period is the period with which the [`get_temperature_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:583:81 [INFO] [stdout] | [INFO] [stdout] 583 | /// The `option`-parameter together with min/max sets a threshold for the [`get_temperature_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:621:56 [INFO] [stdout] | [INFO] [stdout] 621 | /// Returns the receiver configuration as set by [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:656:11 [INFO] [stdout] | [INFO] [stdout] 656 | /// [`set_moving_average_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_moving_average_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_reference_air_pressure` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:679:56 [INFO] [stdout] | [INFO] [stdout] 679 | /// Returns the reference air pressure as set by [`set_reference_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_reference_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_calibration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:709:11 [INFO] [stdout] | [INFO] [stdout] 709 | /// [`set_calibration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_calibration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sensor_configuration` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:745:54 [INFO] [stdout] | [INFO] [stdout] 745 | /// Returns the sensor configuration as set by [`set_sensor_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_sensor_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:809:52 [INFO] [stdout] | [INFO] [stdout] 809 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:823:41 [INFO] [stdout] | [INFO] [stdout] 823 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:837:11 [INFO] [stdout] | [INFO] [stdout] 837 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:871:47 [INFO] [stdout] | [INFO] [stdout] 871 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:933:56 [INFO] [stdout] | [INFO] [stdout] 933 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/barometer_v2_bricklet.rs:936:59 [INFO] [stdout] | [INFO] [stdout] 936 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_bricklet.rs:287:60 [INFO] [stdout] | [INFO] [stdout] 287 | /// transceiver. The received frame can be read with [`read_frame`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_bricklet.rs:288:50 [INFO] [stdout] | [INFO] [stdout] 288 | /// If additional frames are received, but [`read_frame`] was not called yet, the receiver [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter` [INFO] [stdout] --> src/bindings/can_bricklet.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | /// [`set_read_filter`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_read_filter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_readable_callback_configuration` [INFO] [stdout] --> src/bindings/can_bricklet.rs:295:40 [INFO] [stdout] | [INFO] [stdout] 295 | /// To enable this receiver, use [`set_frame_readable_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_readable_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/can_bricklet.rs:320:21 [INFO] [stdout] | [INFO] [stdout] 320 | /// rate (see [`set_configuration`]). It can also happen if the CAN bus is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_log` [INFO] [stdout] --> src/bindings/can_bricklet.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | /// write error level (see [`get_error_log`]). [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_error_log` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_bricklet.rs:347:11 [INFO] [stdout] | [INFO] [stdout] 347 | /// [`write_frame`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter` [INFO] [stdout] --> src/bindings/can_bricklet.rs:353:11 [INFO] [stdout] | [INFO] [stdout] 353 | /// [`set_read_filter`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_read_filter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `enable_frame_read_callback` [INFO] [stdout] --> src/bindings/can_bricklet.rs:356:11 [INFO] [stdout] | [INFO] [stdout] 356 | /// [`enable_frame_read_callback`] function and the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `enable_frame_read_callback` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:356:59 [INFO] [stdout] | [INFO] [stdout] 356 | /// [`enable_frame_read_callback`] function and the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | /// Enables the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:371:88 [INFO] [stdout] | [INFO] [stdout] 371 | /// By default the receiver is disabled. Enabling this receiver will disable the [`get_frame_readable_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:378:24 [INFO] [stdout] | [INFO] [stdout] 378 | /// Disables the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:387:33 [INFO] [stdout] | [INFO] [stdout] 387 | /// Returns *true* if the [`get_frame_read_callback_receiver`] receiver is enabled, *false* otherwise. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/can_bricklet.rs:440:47 [INFO] [stdout] | [INFO] [stdout] 440 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter` [INFO] [stdout] --> src/bindings/can_bricklet.rs:527:45 [INFO] [stdout] | [INFO] [stdout] 527 | /// Returns the read filter as set by [`set_read_filter`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_read_filter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/can_bricklet.rs:552:16 [INFO] [stdout] | [INFO] [stdout] 552 | /// (see [`set_configuration`]) and are reset to 0 as a side effect of changing [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/can_bricklet.rs:559:51 [INFO] [stdout] | [INFO] [stdout] 559 | /// configured write timeout expired (see [`set_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter` [INFO] [stdout] --> src/bindings/can_bricklet.rs:564:18 [INFO] [stdout] | [INFO] [stdout] 564 | /// (see [`set_read_filter`]) can help to reduce the amount of received frames. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_read_filter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_bricklet.rs:571:68 [INFO] [stdout] | [INFO] [stdout] 571 | /// buffer than are removed from the read buffer using the [`read_frame`] [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:572:33 [INFO] [stdout] | [INFO] [stdout] 572 | /// function. Using the [`get_frame_read_callback_receiver`] receiver ensures that the read buffer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:580:32 [INFO] [stdout] | [INFO] [stdout] 580 | /// Enables/disables the [`get_frame_readable_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:582:88 [INFO] [stdout] | [INFO] [stdout] 582 | /// By default the receiver is disabled. Enabling this receiver will disable the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_bricklet.rs:593:33 [INFO] [stdout] | [INFO] [stdout] 593 | /// Returns *true* if the [`get_frame_readable_callback_receiver`] receiver is enabled, *false* otherwise. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/can_bricklet.rs:608:56 [INFO] [stdout] | [INFO] [stdout] 608 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/can_bricklet.rs:611:59 [INFO] [stdout] | [INFO] [stdout] 611 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::can_v2::CANV2::get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:541:50 [INFO] [stdout] | [INFO] [stdout] 541 | /// See [`get_frame_read_callback_receiver`](crate::can_v2::CANV2::get_frame_read_callback_receiver) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `can_v2` in module `tinkerforge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:571:60 [INFO] [stdout] | [INFO] [stdout] 571 | /// transceiver. The received frame can be read with [`read_frame`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:572:50 [INFO] [stdout] | [INFO] [stdout] 572 | /// If additional frames are received, but [`read_frame`] was not called yet, the receiver [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:577:11 [INFO] [stdout] | [INFO] [stdout] 577 | /// [`set_read_filter_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_readable_callback_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:579:40 [INFO] [stdout] | [INFO] [stdout] 579 | /// To enable this receiver, use [`set_frame_readable_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_readable_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_log` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:589:53 [INFO] [stdout] | [INFO] [stdout] 589 | /// The receiver is only triggered once until [`get_error_log`] is called. That function will return [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_error_log` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_error_occurred_callback_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:592:40 [INFO] [stdout] | [INFO] [stdout] 592 | /// To enable this receiver, use [`set_error_occurred_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_error_occurred_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:619:21 [INFO] [stdout] | [INFO] [stdout] 619 | /// zero (see [`set_queue_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_transceiver_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:624:21 [INFO] [stdout] | [INFO] [stdout] 624 | /// rate (see [`set_transceiver_configuration`]). It can also happen if the CAN [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_transceiver_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_log` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:627:34 [INFO] [stdout] | [INFO] [stdout] 627 | /// write error level (see [`get_error_log`]). [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_error_log` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:669:21 [INFO] [stdout] | [INFO] [stdout] 669 | /// zero (see [`set_queue_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_transceiver_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:674:21 [INFO] [stdout] | [INFO] [stdout] 674 | /// rate (see [`set_transceiver_configuration`]). It can also happen if the CAN [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_transceiver_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_log` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:677:34 [INFO] [stdout] | [INFO] [stdout] 677 | /// write error level (see [`get_error_log`]). [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_error_log` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:696:11 [INFO] [stdout] | [INFO] [stdout] 696 | /// [`write_frame`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:706:11 [INFO] [stdout] | [INFO] [stdout] 706 | /// [`set_read_filter_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_read_callback_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:709:11 [INFO] [stdout] | [INFO] [stdout] 709 | /// [`set_frame_read_callback_configuration`] function and the [`get_frame_read_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_read_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:709:70 [INFO] [stdout] | [INFO] [stdout] 709 | /// [`set_frame_read_callback_configuration`] function and the [`get_frame_read_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:730:11 [INFO] [stdout] | [INFO] [stdout] 730 | /// [`write_frame`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:740:11 [INFO] [stdout] | [INFO] [stdout] 740 | /// [`set_read_filter_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_read_callback_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:743:11 [INFO] [stdout] | [INFO] [stdout] 743 | /// [`set_frame_read_callback_configuration`] function and the [`get_frame_read_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_read_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:743:70 [INFO] [stdout] | [INFO] [stdout] 743 | /// [`set_frame_read_callback_configuration`] function and the [`get_frame_read_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:750:36 [INFO] [stdout] | [INFO] [stdout] 750 | /// Enables and disables the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:752:88 [INFO] [stdout] | [INFO] [stdout] 752 | /// By default the receiver is disabled. Enabling this receiver will disable the [`get_frame_readable_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:760:33 [INFO] [stdout] | [INFO] [stdout] 760 | /// Returns *true* if the [`get_frame_read_callback_receiver`] receiver is enabled, *false* otherwise. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_transceiver_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:792:47 [INFO] [stdout] | [INFO] [stdout] 792 | /// Returns the configuration as set by [`set_transceiver_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_transceiver_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:811:11 [INFO] [stdout] | [INFO] [stdout] 811 | /// [`write_frame`] writes a frame into the write backlog. The Bricklet moves [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:816:11 [INFO] [stdout] | [INFO] [stdout] 816 | /// [`write_frame`] returns always *false*. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:820:25 [INFO] [stdout] | [INFO] [stdout] 820 | /// read backlog. [`read_frame`] reads the frame from the read backlog and [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:823:24 [INFO] [stdout] | [INFO] [stdout] 823 | /// received and [`read_frame`] returns always *false*. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:832:37 [INFO] [stdout] | [INFO] [stdout] 832 | /// filter configuration (see [`set_read_filter_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:878:11 [INFO] [stdout] | [INFO] [stdout] 878 | /// [`write_frame`] writes a frame into the write backlog. The Bricklet moves [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:883:11 [INFO] [stdout] | [INFO] [stdout] 883 | /// [`write_frame`] returns always *false*. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:887:25 [INFO] [stdout] | [INFO] [stdout] 887 | /// read backlog. [`read_frame`] reads the frame from the read backlog and [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:890:24 [INFO] [stdout] | [INFO] [stdout] 890 | /// received and [`read_frame`] returns always *false*. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:899:37 [INFO] [stdout] | [INFO] [stdout] 899 | /// filter configuration (see [`set_read_filter_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:951:53 [INFO] [stdout] | [INFO] [stdout] 951 | /// Returns the queue configuration as set by [`set_queue_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:958:53 [INFO] [stdout] | [INFO] [stdout] 958 | /// Returns the queue configuration as set by [`set_queue_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1017:58 [INFO] [stdout] | [INFO] [stdout] 1017 | /// because there can be up to 32 read buffer (see [`set_queue_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1042:59 [INFO] [stdout] | [INFO] [stdout] 1042 | /// Returns the read filter configuration as set by [`set_read_filter_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1070:58 [INFO] [stdout] | [INFO] [stdout] 1070 | /// configured write buffer timeout expired (see [`set_queue_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1075:18 [INFO] [stdout] | [INFO] [stdout] 1075 | /// (see [`set_read_filter_configuration`]) can help to reduce the amount of [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1082:70 [INFO] [stdout] | [INFO] [stdout] 1082 | /// backlog than are removed from the read backlog using the [`read_frame`] [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1083:33 [INFO] [stdout] | [INFO] [stdout] 1083 | /// function. Using the [`get_frame_read_callback_receiver`] receiver ensures that the read backlog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_queue_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1116:58 [INFO] [stdout] | [INFO] [stdout] 1116 | /// configured write buffer timeout expired (see [`set_queue_configuration`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_queue_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_read_filter_configuration` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1121:18 [INFO] [stdout] | [INFO] [stdout] 1121 | /// (see [`set_read_filter_configuration`]) can help to reduce the amount of [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_read_filter_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1128:70 [INFO] [stdout] | [INFO] [stdout] 1128 | /// backlog than are removed from the read backlog using the [`read_frame`] [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1129:33 [INFO] [stdout] | [INFO] [stdout] 1129 | /// function. Using the [`get_frame_read_callback_receiver`] receiver ensures that the read backlog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_communication_led_config` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1161:47 [INFO] [stdout] | [INFO] [stdout] 1161 | /// Returns the configuration as set by [`set_communication_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_communication_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_log` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1177:57 [INFO] [stdout] | [INFO] [stdout] 1177 | /// transceiver is passive or disabled state (see [`get_error_log`]). If [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_error_log` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_error_led_config` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1201:47 [INFO] [stdout] | [INFO] [stdout] 1201 | /// Returns the configuration as set by [`set_error_led_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `set_error_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1215:36 [INFO] [stdout] | [INFO] [stdout] 1215 | /// Enables and disables the [`get_frame_readable_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_read_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1217:88 [INFO] [stdout] | [INFO] [stdout] 1217 | /// By default the receiver is disabled. Enabling this receiver will disable the [`get_frame_read_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_read_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_readable_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1228:33 [INFO] [stdout] | [INFO] [stdout] 1228 | /// Returns *true* if the [`get_frame_readable_callback_receiver`] receiver is enabled, *false* otherwise. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_readable_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_occurred_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1238:36 [INFO] [stdout] | [INFO] [stdout] 1238 | /// Enables and disables the [`get_error_occurred_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_error_occurred_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_error_occurred_callback_receiver` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1251:33 [INFO] [stdout] | [INFO] [stdout] 1251 | /// Returns *true* if the [`get_error_occurred_callback_receiver`] receiver is enabled, *false* otherwise. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_error_occurred_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1307:52 [INFO] [stdout] | [INFO] [stdout] 1307 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1321:41 [INFO] [stdout] | [INFO] [stdout] 1321 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1335:11 [INFO] [stdout] | [INFO] [stdout] 1335 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1369:47 [INFO] [stdout] | [INFO] [stdout] 1369 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1431:56 [INFO] [stdout] | [INFO] [stdout] 1431 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/can_v2_bricklet.rs:1434:59 [INFO] [stdout] | [INFO] [stdout] 1434 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_threshold` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | /// [`set_co2_concentration_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:173:37 [INFO] [stdout] | [INFO] [stdout] 173 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:181:15 [INFO] [stdout] | [INFO] [stdout] 181 | /// the [`get_co2_concentration_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_period` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | /// [`set_co2_concentration_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:189:42 [INFO] [stdout] | [INFO] [stdout] 189 | /// Sets the period with which the [`get_co2_concentration_callback_receiver`] receiver is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:192:15 [INFO] [stdout] | [INFO] [stdout] 192 | /// The [`get_co2_concentration_callback_receiver`] receiver is only triggered if the CO2 concentration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_period` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:201:40 [INFO] [stdout] | [INFO] [stdout] 201 | /// Returns the period as set by [`set_co2_concentration_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_reached_callback_receiver` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:208:39 [INFO] [stdout] | [INFO] [stdout] 208 | /// Sets the thresholds for the [`get_co2_concentration_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_threshold` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:235:43 [INFO] [stdout] | [INFO] [stdout] 235 | /// Returns the threshold as set by [`set_co2_concentration_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_reached_callback_receiver` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | /// * [`get_co2_concentration_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_threshold` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | /// * [`set_co2_concentration_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:265:49 [INFO] [stdout] | [INFO] [stdout] 265 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:277:56 [INFO] [stdout] | [INFO] [stdout] 277 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/co2_bricklet.rs:280:59 [INFO] [stdout] | [INFO] [stdout] 280 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:368:11 [INFO] [stdout] | [INFO] [stdout] 368 | /// [`set_co2_concentration_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:370:40 [INFO] [stdout] | [INFO] [stdout] 370 | /// The parameter is the same as [`get_co2_concentration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:376:11 [INFO] [stdout] | [INFO] [stdout] 376 | /// [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:378:40 [INFO] [stdout] | [INFO] [stdout] 378 | /// The parameter is the same as [`get_temperature`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_temperature` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:384:11 [INFO] [stdout] | [INFO] [stdout] 384 | /// [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:386:40 [INFO] [stdout] | [INFO] [stdout] 386 | /// The parameter is the same as [`get_humidity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_humidity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_values_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:394:11 [INFO] [stdout] | [INFO] [stdout] 394 | /// [`get_all_values_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_all_values_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_values_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:395:16 [INFO] [stdout] | [INFO] [stdout] 395 | /// with [`set_all_values_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_all_values_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `barometer_v2_bricklet` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:409:46 [INFO] [stdout] | [INFO] [stdout] 409 | /// You use the [Barometer Bricklet 2.0](barometer_v2_bricklet) or the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `barometer_v2_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `air_quality_bricklet` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:410:32 [INFO] [stdout] | [INFO] [stdout] 410 | /// [Air Quality Bricklet](air_quality_bricklet) to get the current air pressure. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `air_quality_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_air_pressure` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:424:54 [INFO] [stdout] | [INFO] [stdout] 424 | /// Returns the ambient air pressure as set by [`set_air_pressure`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_air_pressure` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_offset` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:457:11 [INFO] [stdout] | [INFO] [stdout] 457 | /// [`set_temperature_offset`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_offset` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_values_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:464:51 [INFO] [stdout] | [INFO] [stdout] 464 | /// The period is the period with which the [`get_all_values_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_all_values_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_values_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:482:11 [INFO] [stdout] | [INFO] [stdout] 482 | /// [`set_all_values_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_all_values_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:493:11 [INFO] [stdout] | [INFO] [stdout] 493 | /// [`get_co2_concentration_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:494:16 [INFO] [stdout] | [INFO] [stdout] 494 | /// with [`set_co2_concentration_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:501:51 [INFO] [stdout] | [INFO] [stdout] 501 | /// The period is the period with which the [`get_co2_concentration_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_co2_concentration_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:513:81 [INFO] [stdout] | [INFO] [stdout] 513 | /// The `option`-parameter together with min/max sets a threshold for the [`get_co2_concentration_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_co2_concentration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_co2_concentration_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | /// Returns the receiver configuration as set by [`set_co2_concentration_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_co2_concentration_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:573:11 [INFO] [stdout] | [INFO] [stdout] 573 | /// [`get_temperature_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:574:16 [INFO] [stdout] | [INFO] [stdout] 574 | /// with [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:581:51 [INFO] [stdout] | [INFO] [stdout] 581 | /// The period is the period with which the [`get_temperature_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:593:81 [INFO] [stdout] | [INFO] [stdout] 593 | /// The `option`-parameter together with min/max sets a threshold for the [`get_temperature_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:631:56 [INFO] [stdout] | [INFO] [stdout] 631 | /// Returns the receiver configuration as set by [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:649:11 [INFO] [stdout] | [INFO] [stdout] 649 | /// [`get_humidity_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:650:16 [INFO] [stdout] | [INFO] [stdout] 650 | /// with [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:657:51 [INFO] [stdout] | [INFO] [stdout] 657 | /// The period is the period with which the [`get_humidity_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:669:81 [INFO] [stdout] | [INFO] [stdout] 669 | /// The `option`-parameter together with min/max sets a threshold for the [`get_humidity_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:707:56 [INFO] [stdout] | [INFO] [stdout] 707 | /// Returns the receiver configuration as set by [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:767:52 [INFO] [stdout] | [INFO] [stdout] 767 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:781:41 [INFO] [stdout] | [INFO] [stdout] 781 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:795:11 [INFO] [stdout] | [INFO] [stdout] 795 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:829:47 [INFO] [stdout] | [INFO] [stdout] 829 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:891:56 [INFO] [stdout] | [INFO] [stdout] 891 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/co2_v2_bricklet.rs:894:59 [INFO] [stdout] | [INFO] [stdout] 894 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_threshold` [INFO] [stdout] --> src/bindings/color_bricklet.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | /// [`set_color_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:305:37 [INFO] [stdout] | [INFO] [stdout] 305 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | /// [`set_illuminance_callback_period`]. The parameter is the illuminance. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/color_bricklet.rs:312:15 [INFO] [stdout] | [INFO] [stdout] 312 | /// See [`get_illuminance`] for how to interpret this value. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:314:15 [INFO] [stdout] | [INFO] [stdout] 314 | /// The [`get_illuminance_callback_receiver`] receiver is only triggered if the illuminance has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_temperature_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | /// [`set_color_temperature_callback_period`]. The parameter is the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_temperature_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:324:15 [INFO] [stdout] | [INFO] [stdout] 324 | /// The [`get_color_temperature_callback_receiver`] receiver is only triggered if the color temperature [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:343:22 [INFO] [stdout] | [INFO] [stdout] 343 | /// to use the [`get_color_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | /// [`set_color_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:351:42 [INFO] [stdout] | [INFO] [stdout] 351 | /// Sets the period with which the [`get_color_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:354:15 [INFO] [stdout] | [INFO] [stdout] 354 | /// The [`get_color_callback_receiver`] receiver is only triggered if the color has changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:363:40 [INFO] [stdout] | [INFO] [stdout] 363 | /// Returns the period as set by [`set_color_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_reached_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:370:39 [INFO] [stdout] | [INFO] [stdout] 370 | /// Sets the thresholds for the [`get_color_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_threshold` [INFO] [stdout] --> src/bindings/color_bricklet.rs:414:43 [INFO] [stdout] | [INFO] [stdout] 414 | /// Returns the threshold as set by [`set_color_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_reached_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:430:13 [INFO] [stdout] | [INFO] [stdout] 430 | /// * [`get_color_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_threshold` [INFO] [stdout] --> src/bindings/color_bricklet.rs:434:13 [INFO] [stdout] | [INFO] [stdout] 434 | /// * [`set_color_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:444:49 [INFO] [stdout] | [INFO] [stdout] 444 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_config` [INFO] [stdout] --> src/bindings/color_bricklet.rs:523:47 [INFO] [stdout] | [INFO] [stdout] 523 | /// Returns the configuration as set by [`set_config`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `set_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_config` [INFO] [stdout] --> src/bindings/color_bricklet.rs:542:18 [INFO] [stdout] | [INFO] [stdout] 542 | /// set by [`set_config`]. To get the illuminance in Lux apply this formula:: [INFO] [stdout] | ^^^^^^^^^^ no item named `set_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_config` [INFO] [stdout] --> src/bindings/color_bricklet.rs:549:57 [INFO] [stdout] | [INFO] [stdout] 549 | /// In that case you have to reduce the gain, see [`set_config`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `set_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_config` [INFO] [stdout] --> src/bindings/color_bricklet.rs:561:57 [INFO] [stdout] | [INFO] [stdout] 561 | /// In that case you have to reduce the gain, see [`set_config`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `set_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:568:42 [INFO] [stdout] | [INFO] [stdout] 568 | /// Sets the period with which the [`get_illuminance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:571:15 [INFO] [stdout] | [INFO] [stdout] 571 | /// The [`get_illuminance_callback_receiver`] receiver is only triggered if the illuminance has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:580:40 [INFO] [stdout] | [INFO] [stdout] 580 | /// Returns the period as set by [`set_illuminance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:587:42 [INFO] [stdout] | [INFO] [stdout] 587 | /// Sets the period with which the [`get_color_temperature_callback_receiver`] receiver is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_bricklet.rs:590:15 [INFO] [stdout] | [INFO] [stdout] 590 | /// The [`get_color_temperature_callback_receiver`] receiver is only triggered if the color temperature [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_temperature_callback_period` [INFO] [stdout] --> src/bindings/color_bricklet.rs:599:40 [INFO] [stdout] | [INFO] [stdout] 599 | /// Returns the period as set by [`set_color_temperature_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_temperature_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/color_bricklet.rs:611:56 [INFO] [stdout] | [INFO] [stdout] 611 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/color_bricklet.rs:614:59 [INFO] [stdout] | [INFO] [stdout] 614 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:357:11 [INFO] [stdout] | [INFO] [stdout] 357 | /// [`set_illuminance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:359:40 [INFO] [stdout] | [INFO] [stdout] 359 | /// The parameter is the same as [`get_illuminance`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_illuminance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:365:11 [INFO] [stdout] | [INFO] [stdout] 365 | /// [`set_color_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:367:40 [INFO] [stdout] | [INFO] [stdout] 367 | /// The parameter is the same as [`get_color_temperature`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:385:22 [INFO] [stdout] | [INFO] [stdout] 385 | /// to use the [`get_color_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:386:11 [INFO] [stdout] | [INFO] [stdout] 386 | /// [`set_color_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:393:51 [INFO] [stdout] | [INFO] [stdout] 393 | /// The period is the period with which the [`get_color_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:411:11 [INFO] [stdout] | [INFO] [stdout] 411 | /// [`set_color_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:419:18 [INFO] [stdout] | [INFO] [stdout] 419 | /// set by [`set_configuration`]. To get the illuminance in Lux apply this formula:: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:426:57 [INFO] [stdout] | [INFO] [stdout] 426 | /// In that case you have to reduce the gain, see [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:430:11 [INFO] [stdout] | [INFO] [stdout] 430 | /// [`get_illuminance_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:431:16 [INFO] [stdout] | [INFO] [stdout] 431 | /// with [`set_illuminance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:438:51 [INFO] [stdout] | [INFO] [stdout] 438 | /// The period is the period with which the [`get_illuminance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_illuminance_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:450:81 [INFO] [stdout] | [INFO] [stdout] 450 | /// The `option`-parameter together with min/max sets a threshold for the [`get_illuminance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_illuminance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_illuminance_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:488:56 [INFO] [stdout] | [INFO] [stdout] 488 | /// Returns the receiver configuration as set by [`set_illuminance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_illuminance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:507:57 [INFO] [stdout] | [INFO] [stdout] 507 | /// In that case you have to reduce the gain, see [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | /// [`get_color_temperature_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:512:16 [INFO] [stdout] | [INFO] [stdout] 512 | /// with [`set_color_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:519:51 [INFO] [stdout] | [INFO] [stdout] 519 | /// The period is the period with which the [`get_color_temperature_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_color_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:531:81 [INFO] [stdout] | [INFO] [stdout] 531 | /// The `option`-parameter together with min/max sets a threshold for the [`get_color_temperature_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_color_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_color_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:569:56 [INFO] [stdout] | [INFO] [stdout] 569 | /// Returns the receiver configuration as set by [`set_color_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_color_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_light` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:591:39 [INFO] [stdout] | [INFO] [stdout] 591 | /// Returns the value as set by [`set_light`]. [INFO] [stdout] | ^^^^^^^^^ no item named `set_light` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:642:47 [INFO] [stdout] | [INFO] [stdout] 642 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:706:52 [INFO] [stdout] | [INFO] [stdout] 706 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:720:41 [INFO] [stdout] | [INFO] [stdout] 720 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:734:11 [INFO] [stdout] | [INFO] [stdout] 734 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:768:47 [INFO] [stdout] | [INFO] [stdout] 768 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:830:56 [INFO] [stdout] | [INFO] [stdout] 830 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/color_v2_bricklet.rs:833:59 [INFO] [stdout] | [INFO] [stdout] 833 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_flux_density_callback_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | /// [`set_magnetic_flux_density_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_flux_density_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:330:42 [INFO] [stdout] | [INFO] [stdout] 330 | /// The parameters are the same as [`get_magnetic_flux_density`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:337:37 [INFO] [stdout] | [INFO] [stdout] 337 | /// Alternatively you can use [`get_magnetic_flux_density`] and calculate the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_heading_callback_receiver` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | /// [`get_heading_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_heading_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_heading_callback_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:343:16 [INFO] [stdout] | [INFO] [stdout] 343 | /// with [`set_heading_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_heading_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_heading_callback_receiver` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:350:51 [INFO] [stdout] | [INFO] [stdout] 350 | /// The period is the period with which the [`get_heading_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_heading_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_heading_callback_receiver` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:362:81 [INFO] [stdout] | [INFO] [stdout] 362 | /// The `option`-parameter together with min/max sets a threshold for the [`get_heading_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_heading_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_heading_callback_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:400:56 [INFO] [stdout] | [INFO] [stdout] 400 | /// Returns the receiver configuration as set by [`set_heading_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_heading_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density_callback_receiver` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:418:11 [INFO] [stdout] | [INFO] [stdout] 418 | /// [`get_magnetic_flux_density_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_flux_density_callback_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | /// with [`set_magnetic_flux_density_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_flux_density_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density_callback_receiver` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:426:51 [INFO] [stdout] | [INFO] [stdout] 426 | /// The period is the period with which the [`get_magnetic_flux_density_callback_receiver`] receiver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_flux_density_callback_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:444:11 [INFO] [stdout] | [INFO] [stdout] 444 | /// [`set_magnetic_flux_density_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_flux_density_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_configuration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:477:47 [INFO] [stdout] | [INFO] [stdout] 477 | /// Returns the configuration as set by [`set_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_calibration` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:505:56 [INFO] [stdout] | [INFO] [stdout] 505 | /// Returns the calibration parameters as set by [`set_calibration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_calibration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:558:52 [INFO] [stdout] | [INFO] [stdout] 558 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:572:41 [INFO] [stdout] | [INFO] [stdout] 572 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:586:11 [INFO] [stdout] | [INFO] [stdout] 586 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:620:47 [INFO] [stdout] | [INFO] [stdout] 620 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:682:56 [INFO] [stdout] | [INFO] [stdout] 682 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/compass_bricklet.rs:685:59 [INFO] [stdout] | [INFO] [stdout] 685 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | /// [`set_analog_value_callback_period`]. The parameter is the analog value [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the current has changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | /// [`set_current_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:235:37 [INFO] [stdout] | [INFO] [stdout] 235 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:241:11 [INFO] [stdout] | [INFO] [stdout] 241 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:245:37 [INFO] [stdout] | [INFO] [stdout] 245 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `is_over_current` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:251:16 [INFO] [stdout] | [INFO] [stdout] 251 | /// (see [`is_over_current`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `is_over_current` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | /// [`get_current_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | /// [`set_current_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:297:34 [INFO] [stdout] | [INFO] [stdout] 297 | /// The value returned by [`get_current`] is averaged over several samples [INFO] [stdout] | ^^^^^^^^^^^ no item named `get_current` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:298:39 [INFO] [stdout] | [INFO] [stdout] 298 | /// to yield less noise, while [`get_analog_value`] gives back raw [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:299:61 [INFO] [stdout] | [INFO] [stdout] 299 | /// unfiltered analog values. The only reason to use [`get_analog_value`] is, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:311:42 [INFO] [stdout] | [INFO] [stdout] 311 | /// Sets the period with which the [`get_current_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:314:15 [INFO] [stdout] | [INFO] [stdout] 314 | /// The [`get_current_callback_receiver`] receiver is only triggered if the current has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:323:40 [INFO] [stdout] | [INFO] [stdout] 323 | /// Returns the period as set by [`set_current_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:330:42 [INFO] [stdout] | [INFO] [stdout] 330 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:342:40 [INFO] [stdout] | [INFO] [stdout] 342 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:349:39 [INFO] [stdout] | [INFO] [stdout] 349 | /// Sets the thresholds for the [`get_current_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:376:43 [INFO] [stdout] | [INFO] [stdout] 376 | /// Returns the threshold as set by [`set_current_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:390:39 [INFO] [stdout] | [INFO] [stdout] 390 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:417:43 [INFO] [stdout] | [INFO] [stdout] 417 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:433:13 [INFO] [stdout] | [INFO] [stdout] 433 | /// * [`get_current_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:434:13 [INFO] [stdout] | [INFO] [stdout] 434 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:438:13 [INFO] [stdout] | [INFO] [stdout] 438 | /// * [`set_current_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:449:49 [INFO] [stdout] | [INFO] [stdout] 449 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:461:56 [INFO] [stdout] | [INFO] [stdout] 461 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/current12_bricklet.rs:464:59 [INFO] [stdout] | [INFO] [stdout] 464 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | /// [`set_analog_value_callback_period`]. The parameter is the analog value of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the current has changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | /// [`set_current_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:235:37 [INFO] [stdout] | [INFO] [stdout] 235 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:241:11 [INFO] [stdout] | [INFO] [stdout] 241 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:245:37 [INFO] [stdout] | [INFO] [stdout] 245 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `is_over_current` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:251:16 [INFO] [stdout] | [INFO] [stdout] 251 | /// (see [`is_over_current`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `is_over_current` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | /// [`get_current_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | /// [`set_current_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:297:34 [INFO] [stdout] | [INFO] [stdout] 297 | /// The value returned by [`get_current`] is averaged over several samples [INFO] [stdout] | ^^^^^^^^^^^ no item named `get_current` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:298:39 [INFO] [stdout] | [INFO] [stdout] 298 | /// to yield less noise, while [`get_analog_value`] gives back raw [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:299:61 [INFO] [stdout] | [INFO] [stdout] 299 | /// unfiltered analog values. The only reason to use [`get_analog_value`] is, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:311:42 [INFO] [stdout] | [INFO] [stdout] 311 | /// Sets the period with which the [`get_current_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:314:15 [INFO] [stdout] | [INFO] [stdout] 314 | /// The [`get_current_callback_receiver`] receiver is only triggered if the current has changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:323:40 [INFO] [stdout] | [INFO] [stdout] 323 | /// Returns the period as set by [`set_current_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:330:42 [INFO] [stdout] | [INFO] [stdout] 330 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:342:40 [INFO] [stdout] | [INFO] [stdout] 342 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:349:39 [INFO] [stdout] | [INFO] [stdout] 349 | /// Sets the thresholds for the [`get_current_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:376:43 [INFO] [stdout] | [INFO] [stdout] 376 | /// Returns the threshold as set by [`set_current_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:390:39 [INFO] [stdout] | [INFO] [stdout] 390 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:417:43 [INFO] [stdout] | [INFO] [stdout] 417 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:433:13 [INFO] [stdout] | [INFO] [stdout] 433 | /// * [`get_current_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:434:13 [INFO] [stdout] | [INFO] [stdout] 434 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:438:13 [INFO] [stdout] | [INFO] [stdout] 438 | /// * [`set_current_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:449:49 [INFO] [stdout] | [INFO] [stdout] 449 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:461:56 [INFO] [stdout] | [INFO] [stdout] 461 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/current25_bricklet.rs:464:59 [INFO] [stdout] | [INFO] [stdout] 464 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `enable` [INFO] [stdout] --> src/bindings/dc_brick.rs:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | /// That means, [`enable`] has to be called to drive the motor again. [INFO] [stdout] | ^^^^^^ no item named `enable` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_drive_mode` [INFO] [stdout] --> src/bindings/dc_brick.rs:294:62 [INFO] [stdout] | [INFO] [stdout] 294 | /// This receiver only works in Drive/Brake mode (see [`set_drive_mode`]). In [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `set_drive_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_velocity_reached_callback_receiver` [INFO] [stdout] --> src/bindings/dc_brick.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | /// to 10000, the [`get_velocity_reached_callback_receiver`] receiver will be triggered after about [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_velocity_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration` [INFO] [stdout] --> src/bindings/dc_brick.rs:308:30 [INFO] [stdout] | [INFO] [stdout] 308 | /// acceleration (see [`set_acceleration`]) is set smaller or equal to the [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_velocity_period` [INFO] [stdout] --> src/bindings/dc_brick.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | /// [`set_current_velocity_period`]. The parameter is the *current* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/dc_brick.rs:319:15 [INFO] [stdout] | [INFO] [stdout] 319 | /// The [`get_current_velocity_callback_receiver`] receiver is only triggered after the set period [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration` [INFO] [stdout] --> src/bindings/dc_brick.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | /// acceleration (see [`set_acceleration`]), the motor is not immediately [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_pwm_frequency` [INFO] [stdout] --> src/bindings/dc_brick.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | /// see [`set_pwm_frequency`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_pwm_frequency` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:341:42 [INFO] [stdout] | [INFO] [stdout] 341 | /// Returns the velocity as set by [`set_velocity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:349:16 [INFO] [stdout] | [INFO] [stdout] 349 | /// from [`get_velocity`] whenever the motor is currently accelerating [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:350:28 [INFO] [stdout] | [INFO] [stdout] 350 | /// to a goal set by [`set_velocity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration` [INFO] [stdout] --> src/bindings/dc_brick.rs:374:46 [INFO] [stdout] | [INFO] [stdout] 374 | /// Returns the acceleration as set by [`set_acceleration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `set_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_pwm_frequency` [INFO] [stdout] --> src/bindings/dc_brick.rs:396:47 [INFO] [stdout] | [INFO] [stdout] 396 | /// Returns the PWM frequency as set by [`set_pwm_frequency`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_pwm_frequency` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | /// Call [`set_velocity`] with 0 if you just want to stop the motor. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:464:61 [INFO] [stdout] | [INFO] [stdout] 464 | /// driver chip. The motor should be stopped calling [`set_velocity`] with 0 [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:465:50 [INFO] [stdout] | [INFO] [stdout] 465 | /// before disabling the motor power. The [`set_velocity`] function will **not** [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_brick.rs:467:47 [INFO] [stdout] | [INFO] [stdout] 467 | /// appropriate time after calling the [`set_velocity`] function before calling [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `disable` [INFO] [stdout] --> src/bindings/dc_brick.rs:468:16 [INFO] [stdout] | [INFO] [stdout] 468 | /// the [`disable`] function. [INFO] [stdout] | ^^^^^^^ no item named `disable` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_under_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/dc_brick.rs:482:53 [INFO] [stdout] | [INFO] [stdout] 482 | /// Sets the minimum voltage, below which the [`get_under_voltage_callback_receiver`] receiver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_under_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_minimum_voltage` [INFO] [stdout] --> src/bindings/dc_brick.rs:494:49 [INFO] [stdout] | [INFO] [stdout] 494 | /// Returns the minimum voltage as set by [`set_minimum_voltage`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_minimum_voltage` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_drive_mode` [INFO] [stdout] --> src/bindings/dc_brick.rs:527:45 [INFO] [stdout] | [INFO] [stdout] 527 | /// Returns the drive mode, as set by [`set_drive_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `set_drive_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/dc_brick.rs:538:40 [INFO] [stdout] | [INFO] [stdout] 538 | /// Sets a period with which the [`get_current_velocity_callback_receiver`] receiver is triggered. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_velocity_period` [INFO] [stdout] --> src/bindings/dc_brick.rs:547:40 [INFO] [stdout] | [INFO] [stdout] 547 | /// Returns the period as set by [`set_current_velocity_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/dc_brick.rs:570:11 [INFO] [stdout] | [INFO] [stdout] 570 | /// [`set_spitfp_baudrate`]. If the dynamic baudrate is disabled, the baudrate [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/dc_brick.rs:571:21 [INFO] [stdout] | [INFO] [stdout] 571 | /// as set by [`set_spitfp_baudrate`] will be used statically. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate_config` [INFO] [stdout] --> src/bindings/dc_brick.rs:583:44 [INFO] [stdout] | [INFO] [stdout] 583 | /// Returns the baudrate config, see [`set_spitfp_baudrate_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_spitfp_error_count` [INFO] [stdout] --> src/bindings/dc_brick.rs:623:29 [INFO] [stdout] | [INFO] [stdout] 623 | /// interference (see [`get_spitfp_error_count`]) you can decrease the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `get_spitfp_error_count` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate_config` [INFO] [stdout] --> src/bindings/dc_brick.rs:627:61 [INFO] [stdout] | [INFO] [stdout] 627 | /// function corresponds to the maximum baudrate (see [`set_spitfp_baudrate_config`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/dc_brick.rs:643:63 [INFO] [stdout] | [INFO] [stdout] 643 | /// Returns the baudrate for a given Bricklet port, see [`set_spitfp_baudrate`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dc_brick.rs:784:59 [INFO] [stdout] | [INFO] [stdout] 784 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_velocity_reached_callback_receiver` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:314:25 [INFO] [stdout] | [INFO] [stdout] 314 | /// to 10000, the [`get_velocity_reached_callback_receiver`] receiver will be triggered after about [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_velocity_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:319:30 [INFO] [stdout] | [INFO] [stdout] 319 | /// acceleration (see [`set_motion`]) is set smaller or equal to the [INFO] [stdout] | ^^^^^^^^^^ no item named `set_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_velocity_callback_configuration` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:327:11 [INFO] [stdout] | [INFO] [stdout] 327 | /// [`set_current_velocity_callback_configuration`]. The parameter is the *current* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_velocity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:330:15 [INFO] [stdout] | [INFO] [stdout] 330 | /// The [`get_current_velocity_callback_receiver`] receiver is only triggered after the set period [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:354:29 [INFO] [stdout] | [INFO] [stdout] 354 | /// acceleration (see [`set_motion`]), the motor is not immediately [INFO] [stdout] | ^^^^^^^^^^ no item named `set_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_pwm_frequency` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:360:15 [INFO] [stdout] | [INFO] [stdout] 360 | /// see [`set_pwm_frequency`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_pwm_frequency` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:368:42 [INFO] [stdout] | [INFO] [stdout] 368 | /// Returns the velocity as set by [`set_velocity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_velocity` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:376:16 [INFO] [stdout] | [INFO] [stdout] 376 | /// from [`get_velocity`] whenever the motor is currently accelerating [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:377:28 [INFO] [stdout] | [INFO] [stdout] 377 | /// to a goal set by [`set_velocity`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:402:59 [INFO] [stdout] | [INFO] [stdout] 402 | /// Returns the acceleration/deceleration as set by [`set_motion`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `set_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | /// Call [`set_velocity`] with 0 if you just want to stop the motor. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_drive_mode` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:449:45 [INFO] [stdout] | [INFO] [stdout] 449 | /// Returns the drive mode, as set by [`set_drive_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `set_drive_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_pwm_frequency` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:475:47 [INFO] [stdout] | [INFO] [stdout] 475 | /// Returns the PWM frequency as set by [`set_pwm_frequency`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `set_pwm_frequency` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_error_led_config` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:510:51 [INFO] [stdout] | [INFO] [stdout] 510 | /// Returns the LED configuration as set by [`set_error_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `set_error_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_emergency_shutdown_callback_receiver` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:523:26 [INFO] [stdout] | [INFO] [stdout] 523 | /// Enable/Disable [`get_emergency_shutdown_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_emergency_shutdown_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_emergency_shutdown_callback_configuration` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:532:11 [INFO] [stdout] | [INFO] [stdout] 532 | /// [`set_emergency_shutdown_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_emergency_shutdown_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_velocity_reached_callback_receiver` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:539:26 [INFO] [stdout] | [INFO] [stdout] 539 | /// Enable/Disable [`get_velocity_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_velocity_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_velocity_reached_callback_configuration` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:548:11 [INFO] [stdout] | [INFO] [stdout] 548 | /// [`set_velocity_reached_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_velocity_reached_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_current_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:555:51 [INFO] [stdout] | [INFO] [stdout] 555 | /// The period is the period with which the [`get_current_velocity_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_current_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_current_velocity_callback_configuration` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:573:11 [INFO] [stdout] | [INFO] [stdout] 573 | /// [`set_current_velocity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_current_velocity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:626:52 [INFO] [stdout] | [INFO] [stdout] 626 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:640:41 [INFO] [stdout] | [INFO] [stdout] 640 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:654:11 [INFO] [stdout] | [INFO] [stdout] 654 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:688:47 [INFO] [stdout] | [INFO] [stdout] 688 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:750:56 [INFO] [stdout] | [INFO] [stdout] 750 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dc_v2_bricklet.rs:753:59 [INFO] [stdout] | [INFO] [stdout] 753 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:220:11 [INFO] [stdout] | [INFO] [stdout] 220 | /// [`set_analog_value_callback_period`]. The parameter is the analog value of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | /// [`set_distance_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:234:37 [INFO] [stdout] | [INFO] [stdout] 234 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:244:37 [INFO] [stdout] | [INFO] [stdout] 244 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:254:11 [INFO] [stdout] | [INFO] [stdout] 254 | /// [`get_distance_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:255:11 [INFO] [stdout] | [INFO] [stdout] 255 | /// [`set_distance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:265:34 [INFO] [stdout] | [INFO] [stdout] 265 | /// The value returned by [`get_distance`] is averaged over several samples [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_distance` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:266:39 [INFO] [stdout] | [INFO] [stdout] 266 | /// to yield less noise, while [`get_analog_value`] gives back raw [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:267:61 [INFO] [stdout] | [INFO] [stdout] 267 | /// unfiltered analog values. The only reason to use [`get_analog_value`] is, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sampling_point` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | /// [`set_sampling_point`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_sampling_point` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:314:42 [INFO] [stdout] | [INFO] [stdout] 314 | /// Sets the period with which the [`get_distance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:317:15 [INFO] [stdout] | [INFO] [stdout] 317 | /// The [`get_distance_callback_receiver`] receiver is only triggered if the distance has changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:326:40 [INFO] [stdout] | [INFO] [stdout] 326 | /// Returns the period as set by [`set_distance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:333:42 [INFO] [stdout] | [INFO] [stdout] 333 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:336:15 [INFO] [stdout] | [INFO] [stdout] 336 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:345:40 [INFO] [stdout] | [INFO] [stdout] 345 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:352:39 [INFO] [stdout] | [INFO] [stdout] 352 | /// Sets the thresholds for the [`get_distance_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:379:43 [INFO] [stdout] | [INFO] [stdout] 379 | /// Returns the threshold as set by [`set_distance_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:393:39 [INFO] [stdout] | [INFO] [stdout] 393 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:420:43 [INFO] [stdout] | [INFO] [stdout] 420 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | /// * [`get_distance_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | /// * [`set_distance_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:452:49 [INFO] [stdout] | [INFO] [stdout] 452 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:464:56 [INFO] [stdout] | [INFO] [stdout] 464 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/distance_ir_bricklet.rs:467:59 [INFO] [stdout] | [INFO] [stdout] 467 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | /// [`set_analog_value_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:297:40 [INFO] [stdout] | [INFO] [stdout] 297 | /// The parameter is the same as [`get_analog_value`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_analog_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | /// [`get_distance_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:309:16 [INFO] [stdout] | [INFO] [stdout] 309 | /// with [`set_distance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:316:51 [INFO] [stdout] | [INFO] [stdout] 316 | /// The period is the period with which the [`get_distance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:328:81 [INFO] [stdout] | [INFO] [stdout] 328 | /// The `option`-parameter together with min/max sets a threshold for the [`get_distance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:366:56 [INFO] [stdout] | [INFO] [stdout] 366 | /// Returns the receiver configuration as set by [`set_distance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:391:11 [INFO] [stdout] | [INFO] [stdout] 391 | /// [`get_analog_value_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:392:16 [INFO] [stdout] | [INFO] [stdout] 392 | /// with [`set_analog_value_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:399:51 [INFO] [stdout] | [INFO] [stdout] 399 | /// The period is the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:411:81 [INFO] [stdout] | [INFO] [stdout] 411 | /// The `option`-parameter together with min/max sets a threshold for the [`get_analog_value_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:449:56 [INFO] [stdout] | [INFO] [stdout] 449 | /// Returns the receiver configuration as set by [`set_analog_value_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average_configuration` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:479:62 [INFO] [stdout] | [INFO] [stdout] 479 | /// Returns the moving average configuration as set by [`set_moving_average_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_moving_average_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_led_config` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:501:51 [INFO] [stdout] | [INFO] [stdout] 501 | /// Returns the LED configuration as set by [`set_distance_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sensor_type` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:534:45 [INFO] [stdout] | [INFO] [stdout] 534 | /// Returns the sensor type as set by [`set_sensor_type`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_sensor_type` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:592:52 [INFO] [stdout] | [INFO] [stdout] 592 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:606:41 [INFO] [stdout] | [INFO] [stdout] 606 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:620:11 [INFO] [stdout] | [INFO] [stdout] 620 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:654:47 [INFO] [stdout] | [INFO] [stdout] 654 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:716:56 [INFO] [stdout] | [INFO] [stdout] 716 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/distance_ir_v2_bricklet.rs:719:59 [INFO] [stdout] | [INFO] [stdout] 719 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | /// [`set_distance_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:184:37 [INFO] [stdout] | [INFO] [stdout] 184 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | /// use the [`get_distance_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_period` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | /// [`set_distance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:205:42 [INFO] [stdout] | [INFO] [stdout] 205 | /// Sets the period with which the [`get_distance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:208:15 [INFO] [stdout] | [INFO] [stdout] 208 | /// Der [`get_distance_callback_receiver`] receiver is only triggered if the distance value has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_period` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:217:40 [INFO] [stdout] | [INFO] [stdout] 217 | /// Returns the period as set by [`set_distance_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | /// Sets the thresholds for the [`get_distance_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:251:43 [INFO] [stdout] | [INFO] [stdout] 251 | /// Returns the threshold as set by [`set_distance_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_reached_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | /// * [`get_distance_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_threshold` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | /// * [`set_distance_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:281:49 [INFO] [stdout] | [INFO] [stdout] 281 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:300:55 [INFO] [stdout] | [INFO] [stdout] 300 | /// Returns the length moving average as set by [`set_moving_average`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_moving_average` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:312:56 [INFO] [stdout] | [INFO] [stdout] 312 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/distance_us_bricklet.rs:315:59 [INFO] [stdout] | [INFO] [stdout] 315 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:255:11 [INFO] [stdout] | [INFO] [stdout] 255 | /// [`get_distance_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_configuration` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:256:16 [INFO] [stdout] | [INFO] [stdout] 256 | /// with [`set_distance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:263:51 [INFO] [stdout] | [INFO] [stdout] 263 | /// The period is the period with which the [`get_distance_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_distance_callback_receiver` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:275:81 [INFO] [stdout] | [INFO] [stdout] 275 | /// The `option`-parameter together with min/max sets a threshold for the [`get_distance_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_distance_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_callback_configuration` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:313:56 [INFO] [stdout] | [INFO] [stdout] 313 | /// Returns the receiver configuration as set by [`set_distance_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_update_rate` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:342:45 [INFO] [stdout] | [INFO] [stdout] 342 | /// Returns the update rate as set by [`set_update_rate`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_update_rate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_distance_led_config` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:368:51 [INFO] [stdout] | [INFO] [stdout] 368 | /// Returns the LED configuration as set by [`set_distance_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_distance_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:427:52 [INFO] [stdout] | [INFO] [stdout] 427 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:441:41 [INFO] [stdout] | [INFO] [stdout] 441 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:455:11 [INFO] [stdout] | [INFO] [stdout] 455 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:489:47 [INFO] [stdout] | [INFO] [stdout] 489 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/distance_us_v2_bricklet.rs:554:59 [INFO] [stdout] | [INFO] [stdout] 554 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:382:31 [INFO] [stdout] | [INFO] [stdout] 382 | /// the next frame, see [`read_frame`] for more details. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_callback_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:386:44 [INFO] [stdout] | [INFO] [stdout] 386 | /// This receiver can be enabled via [`set_frame_callback_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_callback_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::dmx::DMX::get_frame_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:393:45 [INFO] [stdout] | [INFO] [stdout] 393 | /// See [`get_frame_callback_receiver`](crate::dmx::DMX::get_frame_callback_receiver) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `dmx` in module `tinkerforge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_callback_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:404:44 [INFO] [stdout] | [INFO] [stdout] 404 | /// This receiver can be enabled via [`set_frame_callback_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_callback_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dmx_mode` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:431:43 [INFO] [stdout] | [INFO] [stdout] 431 | /// Returns the DMX mode, as set by [`set_dmx_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_dmx_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:444:51 [INFO] [stdout] | [INFO] [stdout] 444 | /// The next frame can be written after the [`get_frame_started_callback_receiver`] receiver was called. The frame [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_duration` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:448:78 [INFO] [stdout] | [INFO] [stdout] 448 | /// The data will be transfered when the next frame duration ends, see [`set_frame_duration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_frame_duration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:454:26 [INFO] [stdout] | [INFO] [stdout] 454 | /// * Wait for the [`get_frame_started_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:456:26 [INFO] [stdout] | [INFO] [stdout] 456 | /// * Wait for the [`get_frame_started_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:478:51 [INFO] [stdout] | [INFO] [stdout] 478 | /// The next frame can be written after the [`get_frame_started_callback_receiver`] receiver was called. The frame [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_duration` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:482:78 [INFO] [stdout] | [INFO] [stdout] 482 | /// The data will be transfered when the next frame duration ends, see [`set_frame_duration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_frame_duration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:488:26 [INFO] [stdout] | [INFO] [stdout] 488 | /// * Wait for the [`get_frame_started_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:490:26 [INFO] [stdout] | [INFO] [stdout] 490 | /// * Wait for the [`get_frame_started_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:515:49 [INFO] [stdout] | [INFO] [stdout] 515 | /// The next frame is available after the [`get_frame_available_callback_receiver`] receiver was called. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:519:18 [INFO] [stdout] | [INFO] [stdout] 519 | /// * Call [`read_frame`] to get first frame. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:520:26 [INFO] [stdout] | [INFO] [stdout] 520 | /// * Wait for the [`get_frame_available_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:521:18 [INFO] [stdout] | [INFO] [stdout] 521 | /// * Call [`read_frame`] to get second frame. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:522:26 [INFO] [stdout] | [INFO] [stdout] 522 | /// * Wait for the [`get_frame_available_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:525:65 [INFO] [stdout] | [INFO] [stdout] 525 | /// Instead of polling this function you can also use the [`get_frame_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_callback_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | /// You can enable it with [`set_frame_callback_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_callback_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:540:49 [INFO] [stdout] | [INFO] [stdout] 540 | /// The next frame is available after the [`get_frame_available_callback_receiver`] receiver was called. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:544:18 [INFO] [stdout] | [INFO] [stdout] 544 | /// * Call [`read_frame`] to get first frame. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:545:26 [INFO] [stdout] | [INFO] [stdout] 545 | /// * Wait for the [`get_frame_available_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read_frame` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:546:18 [INFO] [stdout] | [INFO] [stdout] 546 | /// * Call [`read_frame`] to get second frame. [INFO] [stdout] | ^^^^^^^^^^ no item named `read_frame` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:547:26 [INFO] [stdout] | [INFO] [stdout] 547 | /// * Wait for the [`get_frame_available_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:550:65 [INFO] [stdout] | [INFO] [stdout] 550 | /// Instead of polling this function you can also use the [`get_frame_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_callback_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:551:34 [INFO] [stdout] | [INFO] [stdout] 551 | /// You can enable it with [`set_frame_callback_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_callback_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_duration` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:577:48 [INFO] [stdout] | [INFO] [stdout] 577 | /// Returns the frame duration as set by [`set_frame_duration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_frame_duration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_communication_led_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:610:47 [INFO] [stdout] | [INFO] [stdout] 610 | /// Returns the configuration as set by [`set_communication_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_communication_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_error_count_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:625:72 [INFO] [stdout] | [INFO] [stdout] 625 | /// By default the error LED turns on if there is any error (see [`get_frame_error_count_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_error_count_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_error_led_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:645:47 [INFO] [stdout] | [INFO] [stdout] 645 | /// Returns the configuration as set by [`set_error_led_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `set_error_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_started_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:659:11 [INFO] [stdout] | [INFO] [stdout] 659 | /// [`get_frame_started_callback_receiver`] receiver and [`get_frame_available_callback_receiver`] receiver are enabled while [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_started_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:659:64 [INFO] [stdout] | [INFO] [stdout] 659 | /// [`get_frame_started_callback_receiver`] receiver and [`get_frame_available_callback_receiver`] receiver are enabled while [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:660:15 [INFO] [stdout] | [INFO] [stdout] 660 | /// the [`get_frame_callback_receiver`] receiver and [`get_frame_error_count_callback_receiver`] receiver are disabled. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_error_count_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:660:60 [INFO] [stdout] | [INFO] [stdout] 660 | /// the [`get_frame_callback_receiver`] receiver and [`get_frame_error_count_callback_receiver`] receiver are disabled. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_error_count_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:662:34 [INFO] [stdout] | [INFO] [stdout] 662 | /// If you want to use the [`get_frame_callback_receiver`] receiver you can enable it and disable [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_frame_available_callback_receiver` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:663:15 [INFO] [stdout] | [INFO] [stdout] 663 | /// the [`get_frame_available_callback_receiver`] receiver at the same time. It becomes redundant in [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_frame_available_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_frame_callback_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:681:55 [INFO] [stdout] | [INFO] [stdout] 681 | /// Returns the frame receiver config as set by [`set_frame_callback_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_frame_callback_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:734:52 [INFO] [stdout] | [INFO] [stdout] 734 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:748:41 [INFO] [stdout] | [INFO] [stdout] 748 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:762:11 [INFO] [stdout] | [INFO] [stdout] 762 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:796:47 [INFO] [stdout] | [INFO] [stdout] 796 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:858:56 [INFO] [stdout] | [INFO] [stdout] 858 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dmx_bricklet.rs:861:59 [INFO] [stdout] | [INFO] [stdout] 861 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_led_state` [INFO] [stdout] --> src/bindings/dual_button_bricklet.rs:200:56 [INFO] [stdout] | [INFO] [stdout] 200 | /// of the other LED, you can get the state with [`get_led_state`] or you [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_selected_led_state` [INFO] [stdout] --> src/bindings/dual_button_bricklet.rs:201:19 [INFO] [stdout] | [INFO] [stdout] 201 | /// can use [`set_selected_led_state`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_selected_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_led_state` [INFO] [stdout] --> src/bindings/dual_button_bricklet.rs:216:60 [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns the current state of the LEDs, as set by [`set_led_state`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dual_button_bricklet.rs:267:56 [INFO] [stdout] | [INFO] [stdout] 267 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dual_button_bricklet.rs:270:59 [INFO] [stdout] | [INFO] [stdout] 270 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_led_state` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:285:56 [INFO] [stdout] | [INFO] [stdout] 285 | /// of the other LED, you can get the state with [`get_led_state`] or you [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_selected_led_state` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:286:19 [INFO] [stdout] | [INFO] [stdout] 286 | /// can use [`set_selected_led_state`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_selected_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_led_state` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:301:60 [INFO] [stdout] | [INFO] [stdout] 301 | /// Returns the current state of the LEDs, as set by [`set_led_state`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_led_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_state_changed_callback_receiver` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:347:44 [INFO] [stdout] | [INFO] [stdout] 347 | /// If you enable this receiver, the [`get_state_changed_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_state_changed_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_state_changed_callback_configuration` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:356:47 [INFO] [stdout] | [INFO] [stdout] 356 | /// Returns the configuration as set by [`set_state_changed_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_state_changed_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:409:52 [INFO] [stdout] | [INFO] [stdout] 409 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:423:41 [INFO] [stdout] | [INFO] [stdout] 423 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:437:11 [INFO] [stdout] | [INFO] [stdout] 437 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:471:47 [INFO] [stdout] | [INFO] [stdout] 471 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:533:56 [INFO] [stdout] | [INFO] [stdout] 533 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dual_button_v2_bricklet.rs:536:59 [INFO] [stdout] | [INFO] [stdout] 536 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_state` [INFO] [stdout] --> src/bindings/dual_relay_bricklet.rs:177:58 [INFO] [stdout] | [INFO] [stdout] 177 | /// of the other relay, you can get the state with [`get_state`] or you [INFO] [stdout] | ^^^^^^^^^ no item named `get_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_selected_state` [INFO] [stdout] --> src/bindings/dual_relay_bricklet.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | /// can use [`set_selected_state`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_selected_state` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_monoflop` [INFO] [stdout] --> src/bindings/dual_relay_bricklet.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | /// [`set_monoflop`] as well as the remaining time until the state flips. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `set_monoflop` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dual_relay_bricklet.rs:248:56 [INFO] [stdout] | [INFO] [stdout] 248 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dual_relay_bricklet.rs:251:59 [INFO] [stdout] | [INFO] [stdout] 251 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dust_density_callback_threshold` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | /// [`set_dust_density_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_dust_density_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:185:37 [INFO] [stdout] | [INFO] [stdout] 185 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_dust_density_callback_receiver` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:193:22 [INFO] [stdout] | [INFO] [stdout] 193 | /// to use the [`get_dust_density_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_dust_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dust_density_callback_period` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | /// [`set_dust_density_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_dust_density_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_dust_density_callback_receiver` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:201:42 [INFO] [stdout] | [INFO] [stdout] 201 | /// Sets the period with which the [`get_dust_density_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_dust_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_dust_density_callback_receiver` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | /// The [`get_dust_density_callback_receiver`] receiver is only triggered if the dust density has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_dust_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dust_density_callback_period` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:213:40 [INFO] [stdout] | [INFO] [stdout] 213 | /// Returns the period as set by [`set_dust_density_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_dust_density_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_dust_density_reached_callback_receiver` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:220:39 [INFO] [stdout] | [INFO] [stdout] 220 | /// Sets the thresholds for the [`get_dust_density_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_dust_density_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dust_density_callback_threshold` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:247:43 [INFO] [stdout] | [INFO] [stdout] 247 | /// Returns the threshold as set by [`set_dust_density_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_dust_density_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_dust_density_reached_callback_receiver` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | /// * [`get_dust_density_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_dust_density_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_dust_density_callback_threshold` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | /// * [`set_dust_density_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_dust_density_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:277:49 [INFO] [stdout] | [INFO] [stdout] 277 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:296:55 [INFO] [stdout] | [INFO] [stdout] 296 | /// Returns the length moving average as set by [`set_moving_average`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_moving_average` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:308:56 [INFO] [stdout] | [INFO] [stdout] 308 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/dust_detector_bricklet.rs:311:59 [INFO] [stdout] | [INFO] [stdout] 311 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_draw_status` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:365:58 [INFO] [stdout] | [INFO] [stdout] 365 | /// this function while writing to the buffer. See [`get_draw_status`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_draw_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:401:37 [INFO] [stdout] | [INFO] [stdout] 401 | /// buffer to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_color` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:403:15 [INFO] [stdout] | [INFO] [stdout] 403 | /// Use [`write_color`] to write red or gray pixels. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_color` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:435:37 [INFO] [stdout] | [INFO] [stdout] 435 | /// buffer to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_color` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:437:15 [INFO] [stdout] | [INFO] [stdout] 437 | /// Use [`write_color`] to write red or gray pixels. [INFO] [stdout] | ^^^^^^^^^^^ no item named `write_color` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_black_white` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:507:25 [INFO] [stdout] | [INFO] [stdout] 507 | /// or white (see [`write_black_white`]). The value 1 (true) corresponds to a red or gray [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `write_black_white` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:511:30 [INFO] [stdout] | [INFO] [stdout] 511 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_black_white` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:513:15 [INFO] [stdout] | [INFO] [stdout] 513 | /// Use [`write_black_white`] to write black/white pixels. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `write_black_white` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_black_white` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:544:25 [INFO] [stdout] | [INFO] [stdout] 544 | /// or white (see [`write_black_white`]). The value 1 (true) corresponds to a red or gray [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `write_black_white` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:548:30 [INFO] [stdout] | [INFO] [stdout] 548 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_black_white` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:550:15 [INFO] [stdout] | [INFO] [stdout] 550 | /// Use [`write_black_white`] to write black/white pixels. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `write_black_white` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:601:30 [INFO] [stdout] | [INFO] [stdout] 601 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:621:30 [INFO] [stdout] | [INFO] [stdout] 621 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:664:30 [INFO] [stdout] | [INFO] [stdout] 664 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `draw` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:695:30 [INFO] [stdout] | [INFO] [stdout] 695 | /// to the display use [`draw`]. [INFO] [stdout] | ^^^^ no item named `draw` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_update_mode` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:768:45 [INFO] [stdout] | [INFO] [stdout] 768 | /// Returns the update mode as set by [`set_update_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_update_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:885:52 [INFO] [stdout] | [INFO] [stdout] 885 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:899:41 [INFO] [stdout] | [INFO] [stdout] 899 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:913:11 [INFO] [stdout] | [INFO] [stdout] 913 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:947:47 [INFO] [stdout] | [INFO] [stdout] 947 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:1009:56 [INFO] [stdout] | [INFO] [stdout] 1009 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/e_paper_296x128_bricklet.rs:1012:59 [INFO] [stdout] | [INFO] [stdout] 1012 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_energy_data` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:385:38 [INFO] [stdout] | [INFO] [stdout] 385 | /// Sets the energy value (see [`get_energy_data`]) back to 0Wh. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_energy_data` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_transformer_calibration` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:451:57 [INFO] [stdout] | [INFO] [stdout] 451 | /// Returns the transformer calibration as set by [`set_transformer_calibration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_transformer_calibration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_energy_data_callback_receiver` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:476:51 [INFO] [stdout] | [INFO] [stdout] 476 | /// The period is the period with which the [`get_energy_data_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_energy_data_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_energy_data_callback_configuration` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:494:11 [INFO] [stdout] | [INFO] [stdout] 494 | /// [`set_energy_data_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_energy_data_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:547:52 [INFO] [stdout] | [INFO] [stdout] 547 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:561:41 [INFO] [stdout] | [INFO] [stdout] 561 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:575:11 [INFO] [stdout] | [INFO] [stdout] 575 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:609:47 [INFO] [stdout] | [INFO] [stdout] 609 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:671:56 [INFO] [stdout] | [INFO] [stdout] 671 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/energy_monitor_bricklet.rs:674:59 [INFO] [stdout] | [INFO] [stdout] 674 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/esp32_brick.rs:107:59 [INFO] [stdout] | [INFO] [stdout] 107 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/esp32_ethernet_brick.rs:111:59 [INFO] [stdout] | [INFO] [stdout] 111 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:349:11 [INFO] [stdout] | [INFO] [stdout] 349 | /// [`set_status_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:350:18 [INFO] [stdout] | [INFO] [stdout] 350 | /// as for [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:352:15 [INFO] [stdout] | [INFO] [stdout] 352 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:359:11 [INFO] [stdout] | [INFO] [stdout] 359 | /// [`set_altitude_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:360:18 [INFO] [stdout] | [INFO] [stdout] 360 | /// as for [`get_altitude`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_altitude` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:362:15 [INFO] [stdout] | [INFO] [stdout] 362 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:364:11 [INFO] [stdout] | [INFO] [stdout] 364 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:370:11 [INFO] [stdout] | [INFO] [stdout] 370 | /// [`set_motion_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:371:18 [INFO] [stdout] | [INFO] [stdout] 371 | /// as for [`get_motion`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:373:15 [INFO] [stdout] | [INFO] [stdout] 373 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:381:11 [INFO] [stdout] | [INFO] [stdout] 381 | /// [`set_date_time_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:382:18 [INFO] [stdout] | [INFO] [stdout] 382 | /// as for [`get_date_time`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_date_time` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:384:15 [INFO] [stdout] | [INFO] [stdout] 384 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:407:11 [INFO] [stdout] | [INFO] [stdout] 407 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:455:11 [INFO] [stdout] | [INFO] [stdout] 455 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:493:42 [INFO] [stdout] | [INFO] [stdout] 493 | /// Sets the period with which the [`get_coordinates_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:496:15 [INFO] [stdout] | [INFO] [stdout] 496 | /// The [`get_coordinates_callback_receiver`] receiver is only triggered if the coordinates changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_coordinates_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:505:40 [INFO] [stdout] | [INFO] [stdout] 505 | /// Returns the period as set by [`set_coordinates_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_coordinates_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:512:42 [INFO] [stdout] | [INFO] [stdout] 512 | /// Sets the period with which the [`get_status_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:515:15 [INFO] [stdout] | [INFO] [stdout] 515 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:524:40 [INFO] [stdout] | [INFO] [stdout] 524 | /// Returns the period as set by [`set_status_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:531:42 [INFO] [stdout] | [INFO] [stdout] 531 | /// Sets the period with which the [`get_altitude_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:543:40 [INFO] [stdout] | [INFO] [stdout] 543 | /// Returns the period as set by [`set_altitude_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:550:42 [INFO] [stdout] | [INFO] [stdout] 550 | /// Sets the period with which the [`get_motion_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:562:40 [INFO] [stdout] | [INFO] [stdout] 562 | /// Returns the period as set by [`set_motion_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:569:42 [INFO] [stdout] | [INFO] [stdout] 569 | /// Sets the period with which the [`get_date_time_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:572:15 [INFO] [stdout] | [INFO] [stdout] 572 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:581:40 [INFO] [stdout] | [INFO] [stdout] 581 | /// Returns the period as set by [`set_date_time_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:593:56 [INFO] [stdout] | [INFO] [stdout] 593 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/gps_bricklet.rs:596:59 [INFO] [stdout] | [INFO] [stdout] 596 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_coordinates_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:482:11 [INFO] [stdout] | [INFO] [stdout] 482 | /// [`set_coordinates_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_coordinates_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:483:18 [INFO] [stdout] | [INFO] [stdout] 483 | /// as for [`get_coordinates`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_coordinates` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | /// The [`get_coordinates_callback_receiver`] receiver is only triggered if the coordinates changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:487:11 [INFO] [stdout] | [INFO] [stdout] 487 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:493:11 [INFO] [stdout] | [INFO] [stdout] 493 | /// [`set_status_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:494:18 [INFO] [stdout] | [INFO] [stdout] 494 | /// as for [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:496:15 [INFO] [stdout] | [INFO] [stdout] 496 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:503:11 [INFO] [stdout] | [INFO] [stdout] 503 | /// [`set_altitude_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:504:18 [INFO] [stdout] | [INFO] [stdout] 504 | /// as for [`get_altitude`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_altitude` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:506:15 [INFO] [stdout] | [INFO] [stdout] 506 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:508:11 [INFO] [stdout] | [INFO] [stdout] 508 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:514:11 [INFO] [stdout] | [INFO] [stdout] 514 | /// [`set_motion_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:515:18 [INFO] [stdout] | [INFO] [stdout] 515 | /// as for [`get_motion`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:517:15 [INFO] [stdout] | [INFO] [stdout] 517 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:519:11 [INFO] [stdout] | [INFO] [stdout] 519 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | /// [`set_date_time_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:526:18 [INFO] [stdout] | [INFO] [stdout] 526 | /// as for [`get_date_time`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_date_time` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:541:11 [INFO] [stdout] | [INFO] [stdout] 541 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `gps_v2_bricklet_fix_led` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:551:37 [INFO] [stdout] | [INFO] [stdout] 551 | /// There is also a [green LED](gps_v2_bricklet_fix_led) on the Bricklet that [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `gps_v2_bricklet_fix_led` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:562:11 [INFO] [stdout] | [INFO] [stdout] 562 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:576:11 [INFO] [stdout] | [INFO] [stdout] 576 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_fix_led_config` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:707:47 [INFO] [stdout] | [INFO] [stdout] 707 | /// Returns the configuration as set by [`set_fix_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_fix_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:721:42 [INFO] [stdout] | [INFO] [stdout] 721 | /// Sets the period with which the [`get_coordinates_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:724:15 [INFO] [stdout] | [INFO] [stdout] 724 | /// The [`get_coordinates_callback_receiver`] receiver is only triggered if the coordinates changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_coordinates_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:733:40 [INFO] [stdout] | [INFO] [stdout] 733 | /// Returns the period as set by [`set_coordinates_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_coordinates_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:740:42 [INFO] [stdout] | [INFO] [stdout] 740 | /// Sets the period with which the [`get_status_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:743:15 [INFO] [stdout] | [INFO] [stdout] 743 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:752:40 [INFO] [stdout] | [INFO] [stdout] 752 | /// Returns the period as set by [`set_status_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:759:42 [INFO] [stdout] | [INFO] [stdout] 759 | /// Sets the period with which the [`get_altitude_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:762:15 [INFO] [stdout] | [INFO] [stdout] 762 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:771:40 [INFO] [stdout] | [INFO] [stdout] 771 | /// Returns the period as set by [`set_altitude_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:778:42 [INFO] [stdout] | [INFO] [stdout] 778 | /// Sets the period with which the [`get_motion_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:781:15 [INFO] [stdout] | [INFO] [stdout] 781 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:790:40 [INFO] [stdout] | [INFO] [stdout] 790 | /// Returns the period as set by [`set_motion_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:797:42 [INFO] [stdout] | [INFO] [stdout] 797 | /// Sets the period with which the [`get_date_time_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:800:15 [INFO] [stdout] | [INFO] [stdout] 800 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:809:40 [INFO] [stdout] | [INFO] [stdout] 809 | /// Returns the period as set by [`set_date_time_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sbas_config` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:833:52 [INFO] [stdout] | [INFO] [stdout] 833 | /// Returns the SBAS configuration as set by [`set_sbas_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_sbas_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:893:52 [INFO] [stdout] | [INFO] [stdout] 893 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:907:41 [INFO] [stdout] | [INFO] [stdout] 907 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:921:11 [INFO] [stdout] | [INFO] [stdout] 921 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:955:47 [INFO] [stdout] | [INFO] [stdout] 955 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:1017:56 [INFO] [stdout] | [INFO] [stdout] 1017 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/gps_v2_bricklet.rs:1020:59 [INFO] [stdout] | [INFO] [stdout] 1020 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_coordinates_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:482:11 [INFO] [stdout] | [INFO] [stdout] 482 | /// [`set_coordinates_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_coordinates_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:483:18 [INFO] [stdout] | [INFO] [stdout] 483 | /// as for [`get_coordinates`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_coordinates` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | /// The [`get_coordinates_callback_receiver`] receiver is only triggered if the coordinates changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:487:11 [INFO] [stdout] | [INFO] [stdout] 487 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:493:11 [INFO] [stdout] | [INFO] [stdout] 493 | /// [`set_status_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:494:18 [INFO] [stdout] | [INFO] [stdout] 494 | /// as for [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:496:15 [INFO] [stdout] | [INFO] [stdout] 496 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:503:11 [INFO] [stdout] | [INFO] [stdout] 503 | /// [`set_altitude_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:504:18 [INFO] [stdout] | [INFO] [stdout] 504 | /// as for [`get_altitude`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `get_altitude` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:506:15 [INFO] [stdout] | [INFO] [stdout] 506 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:508:11 [INFO] [stdout] | [INFO] [stdout] 508 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:514:11 [INFO] [stdout] | [INFO] [stdout] 514 | /// [`set_motion_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:515:18 [INFO] [stdout] | [INFO] [stdout] 515 | /// as for [`get_motion`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_motion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:517:15 [INFO] [stdout] | [INFO] [stdout] 517 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:519:11 [INFO] [stdout] | [INFO] [stdout] 519 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | /// [`set_date_time_callback_period`]. The parameters are the same [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:526:18 [INFO] [stdout] | [INFO] [stdout] 526 | /// as for [`get_date_time`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `get_date_time` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:541:11 [INFO] [stdout] | [INFO] [stdout] 541 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `gps_v2_bricklet_fix_led` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:551:37 [INFO] [stdout] | [INFO] [stdout] 551 | /// There is also a [green LED](gps_v2_bricklet_fix_led) on the Bricklet that [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `gps_v2_bricklet_fix_led` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:562:11 [INFO] [stdout] | [INFO] [stdout] 562 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:576:11 [INFO] [stdout] | [INFO] [stdout] 576 | /// [`get_status`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `get_status` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_fix_led_config` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:707:47 [INFO] [stdout] | [INFO] [stdout] 707 | /// Returns the configuration as set by [`set_fix_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_fix_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:721:42 [INFO] [stdout] | [INFO] [stdout] 721 | /// Sets the period with which the [`get_coordinates_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_coordinates_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:724:15 [INFO] [stdout] | [INFO] [stdout] 724 | /// The [`get_coordinates_callback_receiver`] receiver is only triggered if the coordinates changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_coordinates_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_coordinates_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:733:40 [INFO] [stdout] | [INFO] [stdout] 733 | /// Returns the period as set by [`set_coordinates_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_coordinates_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:740:42 [INFO] [stdout] | [INFO] [stdout] 740 | /// Sets the period with which the [`get_status_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_status_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:743:15 [INFO] [stdout] | [INFO] [stdout] 743 | /// The [`get_status_callback_receiver`] receiver is only triggered if the status changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_status_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:752:40 [INFO] [stdout] | [INFO] [stdout] 752 | /// Returns the period as set by [`set_status_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:759:42 [INFO] [stdout] | [INFO] [stdout] 759 | /// Sets the period with which the [`get_altitude_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_altitude_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:762:15 [INFO] [stdout] | [INFO] [stdout] 762 | /// The [`get_altitude_callback_receiver`] receiver is only triggered if the altitude changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_altitude_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_altitude_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:771:40 [INFO] [stdout] | [INFO] [stdout] 771 | /// Returns the period as set by [`set_altitude_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_altitude_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:778:42 [INFO] [stdout] | [INFO] [stdout] 778 | /// Sets the period with which the [`get_motion_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_motion_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:781:15 [INFO] [stdout] | [INFO] [stdout] 781 | /// The [`get_motion_callback_receiver`] receiver is only triggered if the motion changed since the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_motion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_motion_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:790:40 [INFO] [stdout] | [INFO] [stdout] 790 | /// Returns the period as set by [`set_motion_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_motion_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:797:42 [INFO] [stdout] | [INFO] [stdout] 797 | /// Sets the period with which the [`get_date_time_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_date_time_callback_receiver` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:800:15 [INFO] [stdout] | [INFO] [stdout] 800 | /// The [`get_date_time_callback_receiver`] receiver is only triggered if the date or time changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_date_time_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_date_time_callback_period` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:809:40 [INFO] [stdout] | [INFO] [stdout] 809 | /// Returns the period as set by [`set_date_time_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_date_time_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sbas_config` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:830:52 [INFO] [stdout] | [INFO] [stdout] 830 | /// Returns the SBAS configuration as set by [`set_sbas_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_sbas_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:887:52 [INFO] [stdout] | [INFO] [stdout] 887 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:901:41 [INFO] [stdout] | [INFO] [stdout] 901 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:915:11 [INFO] [stdout] | [INFO] [stdout] 915 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:949:47 [INFO] [stdout] | [INFO] [stdout] 949 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:1011:56 [INFO] [stdout] | [INFO] [stdout] 1011 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/gps_v3_bricklet.rs:1014:59 [INFO] [stdout] | [INFO] [stdout] 1014 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_edge_count_config` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:204:11 [INFO] [stdout] | [INFO] [stdout] 204 | /// [`set_edge_count_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_edge_count_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_edge_count_config` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:245:61 [INFO] [stdout] | [INFO] [stdout] 245 | /// Returns the edge type and debounce time as set by [`set_edge_count_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_edge_count_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_edge_interrupt` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:269:39 [INFO] [stdout] | [INFO] [stdout] 269 | /// Returns the edges as set by [`set_edge_interrupt`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_edge_interrupt` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_edge_count_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:276:42 [INFO] [stdout] | [INFO] [stdout] 276 | /// Sets the period with which the [`get_edge_count_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_edge_count_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_edge_count_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 279 | /// The [`get_edge_count_callback_receiver`] receiver is only triggered if the edge count has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_edge_count_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_edge_count_callback_period` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:288:40 [INFO] [stdout] | [INFO] [stdout] 288 | /// Returns the period as set by [`set_edge_count_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_edge_count_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_edge_interrupt` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | /// [`set_edge_interrupt`]. The parameters are the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_edge_interrupt` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_value` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:297:52 [INFO] [stdout] | [INFO] [stdout] 297 | /// current count and the current value (see [`get_value`] and [INFO] [stdout] | ^^^^^^^^^ no item named `get_value` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_edge_count` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | /// [`get_edge_count`]). [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `get_edge_count` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:310:56 [INFO] [stdout] | [INFO] [stdout] 310 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/hall_effect_bricklet.rs:313:59 [INFO] [stdout] | [INFO] [stdout] 313 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_counter_callback_configuration` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:285:11 [INFO] [stdout] | [INFO] [stdout] 285 | /// [`set_counter_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_counter_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_counter` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:287:55 [INFO] [stdout] | [INFO] [stdout] 287 | /// The count is the same as you would get with [`get_counter`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `get_counter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | /// [`get_magnetic_flux_density_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_flux_density_callback_configuration` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:297:16 [INFO] [stdout] | [INFO] [stdout] 297 | /// with [`set_magnetic_flux_density_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_flux_density_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:304:51 [INFO] [stdout] | [INFO] [stdout] 304 | /// The period is the period with which the [`get_magnetic_flux_density_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_flux_density_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:316:81 [INFO] [stdout] | [INFO] [stdout] 316 | /// The `option`-parameter together with min/max sets a threshold for the [`get_magnetic_flux_density_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_flux_density_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_flux_density_callback_configuration` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:354:56 [INFO] [stdout] | [INFO] [stdout] 354 | /// Returns the receiver configuration as set by [`set_magnetic_flux_density_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_flux_density_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_counter_config` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | /// with [`set_counter_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_counter_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_counter_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:377:11 [INFO] [stdout] | [INFO] [stdout] 377 | /// [`get_counter_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_counter_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_counter_callback_configuration` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:378:16 [INFO] [stdout] | [INFO] [stdout] 378 | /// with [`set_counter_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_counter_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_counter_config` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:401:48 [INFO] [stdout] | [INFO] [stdout] 401 | /// Returns the counter config as set by [`set_counter_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_counter_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_counter_callback_receiver` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:408:51 [INFO] [stdout] | [INFO] [stdout] 408 | /// The period is the period with which the [`get_counter_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_counter_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_counter_callback_configuration` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:426:11 [INFO] [stdout] | [INFO] [stdout] 426 | /// [`set_counter_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_counter_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:479:52 [INFO] [stdout] | [INFO] [stdout] 479 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:493:41 [INFO] [stdout] | [INFO] [stdout] 493 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:507:11 [INFO] [stdout] | [INFO] [stdout] 507 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:541:47 [INFO] [stdout] | [INFO] [stdout] 541 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:603:56 [INFO] [stdout] | [INFO] [stdout] 603 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/hall_effect_v2_bricklet.rs:606:59 [INFO] [stdout] | [INFO] [stdout] 606 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_sleep_mode` [INFO] [stdout] --> src/bindings/hat_brick.rs:315:53 [INFO] [stdout] | [INFO] [stdout] 315 | /// Returns the sleep mode settings as set by [`set_sleep_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `set_sleep_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bricklet_power` [INFO] [stdout] --> src/bindings/hat_brick.rs:330:73 [INFO] [stdout] | [INFO] [stdout] 330 | /// Returns the power status of the connected Bricklets as set by [`set_bricklet_power`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `set_bricklet_power` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_voltages_callback_receiver` [INFO] [stdout] --> src/bindings/hat_brick.rs:357:51 [INFO] [stdout] | [INFO] [stdout] 357 | /// The period is the period with which the [`get_voltages_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_voltages_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_voltages_callback_configuration` [INFO] [stdout] --> src/bindings/hat_brick.rs:378:11 [INFO] [stdout] | [INFO] [stdout] 378 | /// [`set_voltages_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_voltages_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_rtc_driver` [INFO] [stdout] --> src/bindings/hat_brick.rs:409:44 [INFO] [stdout] | [INFO] [stdout] 409 | /// Returns the RTC driver as set by [`set_rtc_driver`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `set_rtc_driver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/hat_brick.rs:469:52 [INFO] [stdout] | [INFO] [stdout] 469 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/hat_brick.rs:483:41 [INFO] [stdout] | [INFO] [stdout] 483 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/hat_brick.rs:497:11 [INFO] [stdout] | [INFO] [stdout] 497 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/hat_brick.rs:531:47 [INFO] [stdout] | [INFO] [stdout] 531 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/hat_brick.rs:595:59 [INFO] [stdout] | [INFO] [stdout] 595 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_usb_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | /// [`get_usb_voltage_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_usb_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_usb_voltage_callback_configuration` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:227:16 [INFO] [stdout] | [INFO] [stdout] 227 | /// with [`set_usb_voltage_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_usb_voltage_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_usb_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:234:51 [INFO] [stdout] | [INFO] [stdout] 234 | /// The period is the period with which the [`get_usb_voltage_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_usb_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_usb_voltage_callback_receiver` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:246:81 [INFO] [stdout] | [INFO] [stdout] 246 | /// The `option`-parameter together with min/max sets a threshold for the [`get_usb_voltage_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_usb_voltage_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_usb_voltage_callback_configuration` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:287:56 [INFO] [stdout] | [INFO] [stdout] 287 | /// Returns the receiver configuration as set by [`set_usb_voltage_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_usb_voltage_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:350:52 [INFO] [stdout] | [INFO] [stdout] 350 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:364:41 [INFO] [stdout] | [INFO] [stdout] 364 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:378:11 [INFO] [stdout] | [INFO] [stdout] 378 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:412:47 [INFO] [stdout] | [INFO] [stdout] 412 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/hat_zero_brick.rs:476:59 [INFO] [stdout] | [INFO] [stdout] 476 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | /// [`set_analog_value_callback_period`]. The parameter is the analog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:216:15 [INFO] [stdout] | [INFO] [stdout] 216 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the humidity has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | /// [`set_humidity_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:227:37 [INFO] [stdout] | [INFO] [stdout] 227 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | /// [`set_analog_value_callback_threshold`] is reached. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:237:37 [INFO] [stdout] | [INFO] [stdout] 237 | /// with the period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 245 | /// [`get_humidity_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:246:11 [INFO] [stdout] | [INFO] [stdout] 246 | /// [`set_humidity_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | /// [`get_analog_value_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:266:11 [INFO] [stdout] | [INFO] [stdout] 266 | /// [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:273:42 [INFO] [stdout] | [INFO] [stdout] 273 | /// Sets the period with which the [`get_humidity_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:276:15 [INFO] [stdout] | [INFO] [stdout] 276 | /// The [`get_humidity_callback_receiver`] receiver is only triggered if the humidity has changed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:285:40 [INFO] [stdout] | [INFO] [stdout] 285 | /// Returns the period as set by [`set_humidity_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:292:42 [INFO] [stdout] | [INFO] [stdout] 292 | /// Sets the period with which the [`get_analog_value_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:295:15 [INFO] [stdout] | [INFO] [stdout] 295 | /// The [`get_analog_value_callback_receiver`] receiver is only triggered if the analog value has [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:304:40 [INFO] [stdout] | [INFO] [stdout] 304 | /// Returns the period as set by [`set_analog_value_callback_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_reached_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:311:39 [INFO] [stdout] | [INFO] [stdout] 311 | /// Sets the thresholds for the [`get_humidity_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:338:43 [INFO] [stdout] | [INFO] [stdout] 338 | /// Returns the threshold as set by [`set_humidity_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:352:39 [INFO] [stdout] | [INFO] [stdout] 352 | /// Sets the thresholds for the [`get_analog_value_reached_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:379:43 [INFO] [stdout] | [INFO] [stdout] 379 | /// Returns the threshold as set by [`set_analog_value_callback_threshold`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_reached_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:395:13 [INFO] [stdout] | [INFO] [stdout] 395 | /// * [`get_humidity_reached_callback_receiver`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_analog_value_reached_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:396:13 [INFO] [stdout] | [INFO] [stdout] 396 | /// * [`get_analog_value_reached_callback_receiver`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_analog_value_reached_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:400:13 [INFO] [stdout] | [INFO] [stdout] 400 | /// * [`set_humidity_callback_threshold`], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_analog_value_callback_threshold` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:401:13 [INFO] [stdout] | [INFO] [stdout] 401 | /// * [`set_analog_value_callback_threshold`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_analog_value_callback_threshold` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_debounce_period` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:411:49 [INFO] [stdout] | [INFO] [stdout] 411 | /// Returns the debounce period as set by [`set_debounce_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_debounce_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:423:56 [INFO] [stdout] | [INFO] [stdout] 423 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/humidity_bricklet.rs:426:59 [INFO] [stdout] | [INFO] [stdout] 426 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | /// [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:314:40 [INFO] [stdout] | [INFO] [stdout] 314 | /// The parameter is the same as [`get_temperature`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_temperature` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | /// [`get_humidity_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:324:16 [INFO] [stdout] | [INFO] [stdout] 324 | /// with [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:331:51 [INFO] [stdout] | [INFO] [stdout] 331 | /// The period is the period with which the [`get_humidity_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_humidity_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:343:81 [INFO] [stdout] | [INFO] [stdout] 343 | /// The `option`-parameter together with min/max sets a threshold for the [`get_humidity_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_humidity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_humidity_callback_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:381:56 [INFO] [stdout] | [INFO] [stdout] 381 | /// Returns the receiver configuration as set by [`set_humidity_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_humidity_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:399:11 [INFO] [stdout] | [INFO] [stdout] 399 | /// [`get_temperature_callback_receiver`] receiver. You can set the receiver configuration [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:400:16 [INFO] [stdout] | [INFO] [stdout] 400 | /// with [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:407:51 [INFO] [stdout] | [INFO] [stdout] 407 | /// The period is the period with which the [`get_temperature_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_temperature_callback_receiver` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:419:81 [INFO] [stdout] | [INFO] [stdout] 419 | /// The `option`-parameter together with min/max sets a threshold for the [`get_temperature_callback_receiver`] receiver. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_temperature_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_callback_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:457:56 [INFO] [stdout] | [INFO] [stdout] 457 | /// Returns the receiver configuration as set by [`set_temperature_callback_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_callback_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_heater_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:484:54 [INFO] [stdout] | [INFO] [stdout] 484 | /// Returns the heater configuration as set by [`set_heater_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_heater_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_samples_per_second` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:505:53 [INFO] [stdout] | [INFO] [stdout] 505 | /// \* In firmware version 2.0.3 we added the [`set_samples_per_second`] function. It [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_samples_per_second` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_moving_average_configuration` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:521:62 [INFO] [stdout] | [INFO] [stdout] 521 | /// Returns the moving average configuration as set by [`set_moving_average_configuration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_moving_average_configuration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_samples_per_second` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:555:54 [INFO] [stdout] | [INFO] [stdout] 555 | /// Returnes the samples per second, as set by [`set_samples_per_second`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_samples_per_second` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_bootloader_mode` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:619:52 [INFO] [stdout] | [INFO] [stdout] 619 | /// Returns the current bootloader mode, see [`set_bootloader_mode`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_bootloader_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_firmware` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:633:41 [INFO] [stdout] | [INFO] [stdout] 633 | /// Sets the firmware pointer for [`write_firmware`]. The pointer has [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `write_firmware` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_write_firmware_pointer` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:647:11 [INFO] [stdout] | [INFO] [stdout] 647 | /// [`set_write_firmware_pointer`] before. The firmware is written [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_write_firmware_pointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_status_led_config` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:681:47 [INFO] [stdout] | [INFO] [stdout] 681 | /// Returns the configuration as set by [`set_status_led_config`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_status_led_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `isolator_bricklet` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:743:56 [INFO] [stdout] | [INFO] [stdout] 743 | /// A Bricklet connected to an [Isolator Bricklet](isolator_bricklet) is always at [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `isolator_bricklet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/humidity_v2_bricklet.rs:746:59 [INFO] [stdout] | [INFO] [stdout] 746 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_field_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:568:11 [INFO] [stdout] | [INFO] [stdout] 568 | /// [`set_magnetic_field_period`]. The parameters are the magnetic [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_field_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_angular_velocity_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:575:11 [INFO] [stdout] | [INFO] [stdout] 575 | /// [`set_angular_velocity_period`]. The parameters are the angular [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_angular_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_data_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:582:11 [INFO] [stdout] | [INFO] [stdout] 582 | /// [`set_all_data_period`]. The parameters are the acceleration, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_all_data_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_orientation_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:590:11 [INFO] [stdout] | [INFO] [stdout] 590 | /// [`set_orientation_period`]. The parameters are the orientation [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_orientation_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_orientation` [INFO] [stdout] --> src/bindings/imu_brick.rs:592:11 [INFO] [stdout] | [INFO] [stdout] 592 | /// [`get_orientation`] for details. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_orientation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_quaternion_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:598:11 [INFO] [stdout] | [INFO] [stdout] 598 | /// [`set_quaternion_period`]. The parameters are the orientation [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_quaternion_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_quaternion` [INFO] [stdout] --> src/bindings/imu_brick.rs:599:61 [INFO] [stdout] | [INFO] [stdout] 599 | /// (x, y, z, w) of the IMU Brick in quaternions. See [`get_quaternion`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `get_quaternion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:609:22 [INFO] [stdout] | [INFO] [stdout] 609 | /// to use the [`get_acceleration_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:610:11 [INFO] [stdout] | [INFO] [stdout] 610 | /// [`set_acceleration_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_field_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:621:22 [INFO] [stdout] | [INFO] [stdout] 621 | /// to use the [`get_magnetic_field_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_field_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_field_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:622:11 [INFO] [stdout] | [INFO] [stdout] 622 | /// [`set_magnetic_field_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_field_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_angular_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:634:22 [INFO] [stdout] | [INFO] [stdout] 634 | /// to use the [`get_angular_velocity_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_angular_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_angular_velocity_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:635:11 [INFO] [stdout] | [INFO] [stdout] 635 | /// [`set_angular_velocity_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_angular_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration` [INFO] [stdout] --> src/bindings/imu_brick.rs:642:33 [INFO] [stdout] | [INFO] [stdout] 642 | /// Returns the data from [`get_acceleration`], [`get_magnetic_field`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `get_acceleration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_field` [INFO] [stdout] --> src/bindings/imu_brick.rs:642:55 [INFO] [stdout] | [INFO] [stdout] 642 | /// Returns the data from [`get_acceleration`], [`get_magnetic_field`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_field` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_angular_velocity` [INFO] [stdout] --> src/bindings/imu_brick.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | /// and [`get_angular_velocity`] as well as the temperature of the IMU Brick. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `get_angular_velocity` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_data_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:646:22 [INFO] [stdout] | [INFO] [stdout] 646 | /// to use the [`get_all_data_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_all_data_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_data_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:647:11 [INFO] [stdout] | [INFO] [stdout] 647 | /// [`set_all_data_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_all_data_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_orientation_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:664:22 [INFO] [stdout] | [INFO] [stdout] 664 | /// to use the [`get_orientation_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_orientation_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_orientation_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:665:11 [INFO] [stdout] | [INFO] [stdout] 665 | /// [`set_orientation_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_orientation_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_quaternion_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:701:22 [INFO] [stdout] | [INFO] [stdout] 701 | /// to use the [`get_quaternion_callback_receiver`] receiver and set the period with [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_quaternion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_quaternion_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:702:11 [INFO] [stdout] | [INFO] [stdout] 702 | /// [`set_quaternion_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_quaternion_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_convergence_speed` [INFO] [stdout] --> src/bindings/imu_brick.rs:800:51 [INFO] [stdout] | [INFO] [stdout] 800 | /// Returns the convergence speed as set by [`set_convergence_speed`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_convergence_speed` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_calibration` [INFO] [stdout] --> src/bindings/imu_brick.rs:855:62 [INFO] [stdout] | [INFO] [stdout] 855 | /// Returns the calibration for a given type as set by [`set_calibration`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `set_calibration` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_acceleration_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:871:42 [INFO] [stdout] | [INFO] [stdout] 871 | /// Sets the period with which the [`get_acceleration_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_acceleration_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_acceleration_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:880:40 [INFO] [stdout] | [INFO] [stdout] 880 | /// Returns the period as set by [`set_acceleration_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_acceleration_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_magnetic_field_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:887:42 [INFO] [stdout] | [INFO] [stdout] 887 | /// Sets the period with which the [`get_magnetic_field_callback_receiver`] receiver is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_magnetic_field_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_field_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:896:40 [INFO] [stdout] | [INFO] [stdout] 896 | /// Returns the period as set by [`set_magnetic_field_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_field_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_angular_velocity_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:903:42 [INFO] [stdout] | [INFO] [stdout] 903 | /// Sets the period with which the [`get_angular_velocity_callback_receiver`] receiver is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_angular_velocity_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_angular_velocity_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:912:40 [INFO] [stdout] | [INFO] [stdout] 912 | /// Returns the period as set by [`set_angular_velocity_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_angular_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_data_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:919:42 [INFO] [stdout] | [INFO] [stdout] 919 | /// Sets the period with which the [`get_all_data_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_all_data_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_data_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:928:40 [INFO] [stdout] | [INFO] [stdout] 928 | /// Returns the period as set by [`set_all_data_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_all_data_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_orientation_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:935:42 [INFO] [stdout] | [INFO] [stdout] 935 | /// Sets the period with which the [`get_orientation_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_orientation_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_orientation_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:944:40 [INFO] [stdout] | [INFO] [stdout] 944 | /// Returns the period as set by [`set_orientation_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_orientation_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_quaternion_callback_receiver` [INFO] [stdout] --> src/bindings/imu_brick.rs:951:42 [INFO] [stdout] | [INFO] [stdout] 951 | /// Sets the period with which the [`get_quaternion_callback_receiver`] receiver is triggered [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `get_quaternion_callback_receiver` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_quaternion_period` [INFO] [stdout] --> src/bindings/imu_brick.rs:960:40 [INFO] [stdout] | [INFO] [stdout] 960 | /// Returns the period as set by [`set_quaternion_period`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_quaternion_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_orientation` [INFO] [stdout] --> src/bindings/imu_brick.rs:981:38 [INFO] [stdout] | [INFO] [stdout] 981 | /// If the calculation is off, [`get_orientation`] will return [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_orientation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/imu_brick.rs:1026:11 [INFO] [stdout] | [INFO] [stdout] 1026 | /// [`set_spitfp_baudrate`]. If the dynamic baudrate is disabled, the baudrate [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/imu_brick.rs:1027:21 [INFO] [stdout] | [INFO] [stdout] 1027 | /// as set by [`set_spitfp_baudrate`] will be used statically. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate_config` [INFO] [stdout] --> src/bindings/imu_brick.rs:1039:44 [INFO] [stdout] | [INFO] [stdout] 1039 | /// Returns the baudrate config, see [`set_spitfp_baudrate_config`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_spitfp_error_count` [INFO] [stdout] --> src/bindings/imu_brick.rs:1079:29 [INFO] [stdout] | [INFO] [stdout] 1079 | /// interference (see [`get_spitfp_error_count`]) you can decrease the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `get_spitfp_error_count` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate_config` [INFO] [stdout] --> src/bindings/imu_brick.rs:1083:61 [INFO] [stdout] | [INFO] [stdout] 1083 | /// function corresponds to the maximum baudrate (see [`set_spitfp_baudrate_config`]). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate_config` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_spitfp_baudrate` [INFO] [stdout] --> src/bindings/imu_brick.rs:1099:63 [INFO] [stdout] | [INFO] [stdout] 1099 | /// Returns the baudrate for a given Bricklet port, see [`set_spitfp_baudrate`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_spitfp_baudrate` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `device_identifier` [INFO] [stdout] --> src/bindings/imu_brick.rs:1240:59 [INFO] [stdout] | [INFO] [stdout] 1240 | /// The device identifier numbers can be found [here](device_identifier). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `device_identifier` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_magnetic_field_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:697:11 [INFO] [stdout] | [INFO] [stdout] 697 | /// [`set_magnetic_field_period`]. The parameters are the magnetic [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_magnetic_field_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_angular_velocity_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:704:11 [INFO] [stdout] | [INFO] [stdout] 704 | /// [`set_angular_velocity_period`]. The parameters are the angular [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_angular_velocity_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_temperature_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:711:11 [INFO] [stdout] | [INFO] [stdout] 711 | /// [`set_temperature_period`]. The parameter is the temperature. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_temperature_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_linear_acceleration_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:717:11 [INFO] [stdout] | [INFO] [stdout] 717 | /// [`set_linear_acceleration_period`]. The parameters are the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_linear_acceleration_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_gravity_vector_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:724:11 [INFO] [stdout] | [INFO] [stdout] 724 | /// [`set_gravity_vector_period`]. The parameters gravity vector [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_gravity_vector_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_orientation_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:731:11 [INFO] [stdout] | [INFO] [stdout] 731 | /// [`set_orientation_period`]. The parameters are the orientation [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `set_orientation_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_orientation` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:733:11 [INFO] [stdout] | [INFO] [stdout] 733 | /// [`get_orientation`] for details. [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `get_orientation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_quaternion_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:739:11 [INFO] [stdout] | [INFO] [stdout] 739 | /// [`set_quaternion_period`]. The parameters are the orientation [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `set_quaternion_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_quaternion` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:740:61 [INFO] [stdout] | [INFO] [stdout] 740 | /// (w, x, y, z) of the IMU Brick in quaternions. See [`get_quaternion`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `get_quaternion` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `set_all_data_period` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:747:11 [INFO] [stdout] | [INFO] [stdout] 747 | /// [`set_all_data_period`]. The parameters are as for [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `set_all_data_period` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `get_all_data` [INFO] [stdout] --> src/bindings/imu_v2_brick.rs:748:11 [INFO] [stdout] | [WARN] too many lines in the log, truncating it