| Crates.io | wurth-calypso |
| lib.rs | wurth-calypso |
| version | 0.1.1 |
| created_at | 2023-01-29 15:17:32.34431+00 |
| updated_at | 2023-12-23 05:37:31.72111+00 |
| description | Driver for the Würth Elektronik Calypso Wi-Fi radio module. |
| homepage | |
| repository | https://github.com/team-arrow-racing/wurth-calypso-rs |
| max_upload_size | |
| id | 771042 |
| size | 57,138 |
This crate imeplements a driver for the Würth Elektronik Calypso Wi-Fi radio module.
Add an entry to your Cargo.toml:
[dependencies]
wurth-calypso = "0.1.0"
You can also enable the optional defmt feature.
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.
Licensed under The MIT License.