wurth-calypso

Crates.iowurth-calypso
lib.rswurth-calypso
version0.1.1
sourcesrc
created_at2023-01-29 15:17:32.34431
updated_at2023-12-23 05:37:31.72111
descriptionDriver for the Würth Elektronik Calypso Wi-Fi radio module.
homepage
repositoryhttps://github.com/team-arrow-racing/wurth-calypso-rs
max_upload_size
id771042
size57,138
Liam Kinne (liamkinne)

documentation

https://docs.rs/wurth-calypso/latest/wurth_calypso/

README

crates.io crates.io

Würth Calypso Driver

This crate imeplements a driver for the Würth Elektronik Calypso Wi-Fi radio module.

Usage

Add an entry to your Cargo.toml:

[dependencies]
wurth-calypso = "0.1.0"

You can also enable the optional defmt feature.

Running the examples

You can run one of the examples like this, remembering to substitute your own serial device instead of /dev/ttyUSB0.

cargo run --example test -- /dev/ttyUSB0

To see what's going on under the hood, you can turn on trace logging by setting the environment variable RUST_LOG=trace.

References

License

Licensed under The MIT License.

Commit count: 68

cargo fmt