Skip to content

team-arrow-racing/wurth-calypso-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust library for the Würth Elektronik Calypso Wi-Fi radio module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages