Adding max485_async library as a dependency

Run this command in a terminal, in your project's directory:

cargo add max485-async

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

max485-async = "0.2.0"

The max485_async library will be automatically available globally. Read the max485_async library documentation.

Back to the crate overview.