Crates.io | strand-led-box-comms |
lib.rs | strand-led-box-comms |
version | 0.1.0 |
created_at | 2025-07-06 08:01:39.850198+00 |
updated_at | 2025-07-06 08:01:39.850198+00 |
description | Communication protocol types for the Strand Camera LED Box device. |
homepage | |
repository | https://github.com/strawlab/strand-braid |
max_upload_size | |
id | 1739963 |
size | 22,087 |
Communication protocol types for the Strand Camera LED Box device.
This crate provides the data structures and constants for communicating with the Strand Camera LED Box hardware device over serial communication.
std
is required when running the tests, but otherwise the library is no_std
.
cargo test
Test that this remains true by building for a target without std:
cargo build --no-default-features --target thumbv7em-none-eabihf --features print-defmt
To build and open the docs locally as https://docs.rs/ would do it:
RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo +nightly doc --open
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.