strand-led-box-comms

Crates.iostrand-led-box-comms
lib.rsstrand-led-box-comms
version0.1.0
created_at2025-07-06 08:01:39.850198+00
updated_at2025-07-06 08:01:39.850198+00
descriptionCommunication protocol types for the Strand Camera LED Box device.
homepage
repositoryhttps://github.com/strawlab/strand-braid
max_upload_size
id1739963
size22,087
Andrew Straw (astraw)

documentation

README

strand-led-box-comms

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.

Testing

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

Building the docs

To build and open the docs locally as https://docs.rs/ would do it:

RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo +nightly doc --open

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 0

cargo fmt